Skip to content

bit-rahul/car-backend-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published