Skip to content

DBMS-Project-Vehicle-Rental/VehicleRentalMain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VechicleRental [COMPLETED] :)

DBMS Mini Project


Project structure created using express-generator. Install using sudo npm install -g express-generator.

Clone repo to local using : git clone https://github.com/DBMS-Project-Vehicle-Rental/VehicleRentalMain.git

To install all dependencies : cd VehicleRentalMain && npm install (sudo may be required)

To run the app (from project directory) : npm run devstart Use DEBUG=vehiclerentalmain:* npm run devstart to execute along with DEBUG logs on terminal