Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 354 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 354 Bytes

NOTE: Please add your mongoDb uri in mongoose.connect which is there in server.js file in backend folder.

To Start the app

Run this backend folder

npm install

  • To start Frontend

Run this in frontend folder

npm install

The front end runs on port 3000. Express backend runs on port 4000

Now To Run: Run this in the parent folder

npm run dev