Music streaming API implementation in NodeJS.
- After cloning it, in CMD / terminal, go to the directory where package.json file is located and run
npm install
- After installing the node_modules, in the same directory, in CMD / terminal, run
nodemon
- This will launch the server at localhost:3000. Open it on your browser.
- Done !!!!
Also, if anyone have any further improvements in mind, feel free to make a pull request.