Booking system for taxi
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