This is my backend (based on Node JS, Express JS) code repository for my Car Booking app. DB used: MongoDB
To run this app locally we have to RUN :
This app should be cloned into a car-backend-code folder.
into the folder.
Then we have to RUN:
Finally, we RUN :
On successful start, the message would be: ALL OK!!! Server is listening on port 8080! Successfully connected to the database
To check the APIs, we can navigate to
http://localhost:8080/ in the browser.