Skip to content

rahulguptafullstack/NodeJsExpressApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJsExpressApi

To create APIs using Node, Express and MongoDB.

mongod

This command will start your mongodb server on your machine. If you have not start the mongodb on your then you will get database connection error when run node server.

In the project directory, you can run:

npm install

This will install the dependencies inside node_modules

node server.js OR nodemon start

Runs the app in the development mode.
Open http://localhost:4000 to view it in the browser.

About

To create APIs using Node, Express and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published