Soupaul / MusicBuzz

A music streaming platform made using HTML,CSS and Node.js
1 stars 4 forks source link
css hacktoberfest html music-streaming-platform nodejs

Music Buzz

A music streaming platform made using HTML,CSS and Node.js

Installation

Install NodeJs

Head over to https://nodejs.org/en/download/ and follow install instructions.

Install MongoDB

Head over to https://docs.mongodb.com/manual/administration/install-community/ and follow install instructions.

Obtain API Key

Head over to https://rapidapi.com/ and obtain API key for Deezer.

Setting up the Project

mkdir MusicBuzz
cd MusicBuzz
git clone https://github.com/Soupaul/MusicBuzz.git
npm install

For running the application

sudo systemctl start mongodb
sudo systemctl status mongodb
node server.js

Visit the URL where the server is hosted.