Skip to content

HarshAditya23/Node.js-MongoDB-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js-MongoDB-Test

Node.js API Integration with MongoDB

Software Required

  1. Node.js
  2. Sublime Editor

Installation

  1. Open command Prompt and run following commands
Win + R
  1. Browse to directory in cmd & install all libraries using npm
npm init
npm install express
npm install nodemon
  1. Now, initialize the server via nodemon
nodemon main.js
  1. Copy http link shown in cmd and paste in the browser
http://127.0.0.1:5000/

Screenshot POSTMAN (API Testing)

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published