It is basically music store app. User can upload their favorite music to store in database.
- Tailwind css
- React
- Axios
- React Icons
- Node JS
- Multer
- MongoDb
Clone the project
git clone https://github.com/nlagdhir/music-app.gitGo to the project directory
cd music-appInstall dependencies
npm installStart the client
npm startGo Back to the root folder
Install dependencies
npm installStart the server
nodemon index.js| Name | Value |
|---|---|
| MONGODB_URI | YOUR_DATABASE_URI |
| Name | Value |
|---|---|
| REACT_APP_BASE_URL | LOCAL_HOST_URL |



