Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 619 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 619 Bytes

IITk_Cycling_App

Repository for Course Project where we create a CYCLE-RENTAL web-based application

How To run this software on local

  1. Start Mongo with the command sudo mongod
  2. Install all node modules using npm install in backend and frontend/cycle_app directory
  3. Start Backend using nodemon index.js in backend directory
  4. Start React Using npm start in frontend/cycle_app directory
  5. Use the web application at localhost:5000
  6. Upgraded version of this repository implemented with mongo atlas and hosted on heroku can be found here