vtproduction / resthub2

A Node App demonstrating simple RESTFul API implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%