Skip to content

loaikanou/node-api

Repository files navigation

Node Server API + MongoDB

How to Run Application

Download repository ...
Run : npm install
Config Mongodb URL at 'config/db.js'
Run : npm start dev
Open your browser http://localhost:8800

Import postman file 'NodeApi.postman_collection.json' and test it.

use Postman to check api .

  • localhost:8800/test

View Routes

  • localhost:8800/notes/all
  • localhost:8800/notes/:id
  • localhost:8800/notes/:title

......

About

CRUD API with Node.js, Express and MongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors