Skip to content

A Node App demonstrating simple RESTFul API implementation

Notifications You must be signed in to change notification settings

dinyangetoh/resthub2

Repository files navigation

REST HUb 2.0

An app demonstrating simple API implementation with NodeJs, Express and MongoDb

The companion tutorial on building can be found here How To Build Simple RESTful API With NodeJs, ExpressJs And MongoDb

The api uri preceed all API endpoints and the following endpoints are currently available

  • GET /api/contacts
  • POST /api/contacts
  • GET /api/contacts/:id
  • PUT /api/contacts/:id
  • PATCH /api/contacts/:id
  • DELETE /api/contacts/:id

The live app is available on heroku here https://resthub2.herokuapp.com

Get in Touch

I am available on twitter, facebook, linkedin, gmail @dinyangetoh

About

A Node App demonstrating simple RESTFul API implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages