Booking system for taxi
First, install the build from npm after you cloned the repo:
npm install First, start the server for mongoose
mongodIn order to check if the database server is running run the command:
mongoThen, start the server
npm run start