/grooveup-music

GrooveUp is a full stack music streaming web application, build with MERN stack

Primary LanguageCSS

Introduction

GrooveUp is a music streaming service web application, made using MERN Stack and styled with tailwind.css

logo


Start the project

Go inside grooveup-music/server and download node modules for backend and start the server

cd server
npm install express
node index.js

Go inside grooveup-music/client and download node modules for frontend and start the frontend

cd client
npm install

Start the terminal (press 'Ctrl + Shift + ` ' to start terminal in VSCode) or start the folder in cmd then press

npm start

Tech Stack Used :-

  • React.js
  • Node.js
  • Express.js
  • MongoDB
  • Tailwind.css
  • Cloudinary

ENV

  • MONGO_CONNECTION_STRING
  • PASSPORT_JWT_SECRETKEY

VARS TO UPDATE (CLIENT)

  • backendUrl (src/utils/config.js)
  • cloudinary_upload_preset (src/config.js)
  • cloudName (src/components/shared/CloudinaryUpload.js)