Skip to content

jeyarajcs/nodemongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodemongo

Create API with nodejs, express and mongoDB

Steps :

  1. Create New Folder
  2. Check if Node and NPM is properly installed
  3. Open terminal or command prompt(windows) and navigate to your project folder
  4. Give the following commands to initialize the nodeJS project.
  5. "npm init" and give the information about project
In package.json file add dependencies
"dependencies":{
  "express":"*",
  "body-parser":"*",
  "mongoose":"*"
}
and then run "npm install" command in your terminal

the above commands will be install dependencies under node_modules folder.

Then create app.js file in the project folder

About

Create API with nodejs, express and mongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published