Skip to content

This repository provides demo code to try out nodedata framework

Notifications You must be signed in to change notification settings

sureshdube/nodedata-demo-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

Assumptions -

  1. mongodb is installed and server is running on default port.
  2. Node 6.9.0 is installed.

Please follow belos steps to check CRUD operations with nodedata

  1. git clone https://github.com/sureshdube14/nodedata-demo-sample.git
  2. cd nodedata-demo-sample/Demo-Sample
  3. npm install
  4. npm start
  5. Post a JSON {"name": "testBlog"} to http://localhost:9999/data/blogs
  6. Hit the api to get data(http://localhost:9999/data/blogs)
  7. Hit the api with put method http://localhost:9999/data/blogs/{{blogId}} with body {"name": "testBlog1"}
  8. Hit the api with delete method http://localhost:9999/data/blogs/{{blogId}}

About

This repository provides demo code to try out nodedata framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published