gunvantsr / NodeJsExpressApi

To create APIs using Node, Express and MongoDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 100.0%