Skip to content

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

Notifications You must be signed in to change notification settings

yashasviyadav1/grooveup-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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