Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 557 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 557 Bytes

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