A music streaming platform made using HTML,CSS and Node.js
Head over to https://nodejs.org/en/download/ and follow install instructions.
Head over to https://docs.mongodb.com/manual/administration/install-community/ and follow install instructions.
Head over to https://rapidapi.com/ and obtain API key for Deezer.
mkdir MusicBuzz
cd MusicBuzz
git clone https://github.com/Soupaul/MusicBuzz.git
npm install
sudo systemctl start mongodb
sudo systemctl status mongodb
node server.js
Visit the URL where the server is hosted.