Welcome to the Online Music Streaming Service! This project is a web-based application for streaming music, built with HTML, CSS, JavaScript, and PHP. The service includes features such as user login, audio streaming, feedback submission, and admin-specific audio management and upload functionalities. Its basically an online audio/music streaming service which is build using HTML, CSS, JS and PHP as the backend. It is an frontend project which has user login module, audio streaming module, a feedback page and an separate admin audio management page.
Clone the Repository:
git clone https://github.com/yourusername/online-music-streaming-service.git
Navigate to the Project Directory:
cd online-music-streaming-service
Set Up Your Local Server:
Create a Database:
Set your database credentials:
<?php
$servername = "localhost";
$username = "your_db_username";
$password = "your_db_password";
$dbname = "music_streaming";
?>
Open your web browser and navigate to
http://localhost/online-music-streaming-service.
User Login:
Stream Music:
Provide Feedback:
Admin Management:
online-music-streaming-service/
│
├── assets/
│ ├── css/
│ ├── images/
│ └── js/
│
├── includes/
│ ├── header.php
│ └── footer.php
│
├── admin/
│ ├── manage_audio.php
│ └── upload_audio.php
│
├── user/
│ ├── login.php
│ └── register.php
│
├── audio/
│ ├── stream.php
│ └── player.js
│
├── feedback/
│ └── feedback.php
│
├── config.php
├── index.php
└── database.sql
You can check out the live demo here :https://karthikxt.github.io/Online-Music-Streaming-Service/.
Contributions are welcome! Please follow these steps:
This project is under the process of licensing under the SRM University. See the LICENSE file for more information.
For any inquiries or issues, please contact [kx4904@gmail.com].
Thank you for using our Online Music Streaming Service! Enjoy the music!