This project is a university project I built with my partner Đặng Nguyễn Phú Nguyên. The goal of this project is to build a website that mimic the appearances and also some of the basic funtionalities of a popular music-streaming platform - Spotify.
Here's what the web can do:
- Full functional music player (play/stop, fast forward, volume control).
- Music playing queue.
- Manage favourite songs.
- Searching for songs by titles or singer names.
- Basic C.R.U.D operations for Administrator.
Go here for more screenshots of the website
You can run docker to take a peek at our project. Before starting, please make sure you have Docker install on your machine.
-
Clone the repo
git clone https://github.com/NgoQuocBao1010/PHP-Spotify-Clone.git
-
Change directory to the docker folder
cd docker
-
Build the docker container
docker-compose up
-
Now, the installation part is done:
- Go to the localhost:8000 on your computer to use our main website.
- Go to the localhost:8080 on your computer to view our phpAdmin of the project.
For more details on the project, please refer to our full powerpoint report (Vietnamese).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. Don't forget to give the project a star ⭐⭐⭐! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.
Ngô Hồng Quốc Bảo - @NgoQuocBao
Đặng Nguyễn Phú Nguyên - @nguyendang127
Project Link: https://github.com/NgoQuocBao1010/PHP-Spotify-Clone
This awesome README temaplate is from Best README Template. ♥