Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 588 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 588 Bytes

Instructions for initializing web app:

  • Install Node JS, MongoDB in the machine.
  • Start MongoDB server
  • Move inside backend directory: cd backend
  • Install dependencies in backend directory: npm install
  • Start express server: npm start
  • Backend server will start on port 4444.
  • Now go inside frontend directory: cd ..\frontend
  • Install dependencies in frontend directory: npm install
  • Start web app's frontend server: npm start
  • Frontend server will start on port 3000.
  • Now open http://localhost:3000/.
  • Run mongorestore dump/ to apply the database dump.