Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 328 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 328 Bytes

Booking system for taxi

Quick start

First, install the build from npm after you cloned the repo:

npm install 

First, start the server for mongoose

mongod

In order to check if the database server is running run the command:

mongo

Then, start the server

npm run start