Skip to content

04Jaydeep/Vehicle-Rental-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Vehicle-Rental-System

General

  1. Install Dependencies using npm install
  2. Make sure MongoDB server is running
  3. Create a database named autorizz
  4. Create all the required collections in the created database and fill in the data from db_data

Local

  1. Inside --> app.js under MongoDB section, replace the url with mongodb://localhost:27017/autorizz
  2. Open Terminal in the app folder
  3. Run npm start or nodemon start (if nodemon is preinstalled)
  4. Launch client app in localhost:5000
  5. Launch admin app in localhost:5000/admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published