Skip to content

rishabhmthakur2/musicmate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontend

To get the frontend code running, run the following steps:

cd frontend
npm install
npm start

backend

To get the backend code running, run the following steps:

  1. Run this code:
cd backend
npm install
  1. Get the local env properties from someone in the team, and update the values in local.env
  2. Run this code to start the server:
node bin/www

Future prospect

We'll shortly be adding configurations to run both frontend and backend code together using the npm library concurrently

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published