/car-backend-code

Backend code for REST APIs based on Node JS, Express JS using Mongo DB

Primary LanguageJavaScript

car-backend-code

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 :

git clone https://github.com/rahulsups/car-backend-code.git

This app should be cloned into a car-backend-code folder.

cd car-web-code

into the folder.

Then we have to RUN:

npm i

Finally, we RUN :

nodemon server.js

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.