A fully responsive full-stack music streaming website built with the MERN stack, utilizing libraries such as Cloudinary,Nodemon and Multer for file uploads, and styled with Tailwind CSS.
To deploy this project run
go frontend folder,backend folder,admin folder and run
npm install
then for frontend and admin:
npm run dev
and for backend:
npm run server
Setup .env file in backend folder
CLOUDINARY_NAME=...
CLOUDINARY_API_KEY=...
CLOUDINARY_SECRET_KEY=...
MONGODB_URI = ...
https://tunehub-music.netlify.app/
run tunehub-admin to add or delete song or album
run tunehub-frontend to see the ui and play or pause the song