Skip to content

An app demonstrating simple API implementation with NodeJS and Express

Notifications You must be signed in to change notification settings

dinyangetoh/resthub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST HUb

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 preceeds 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://arcane-spire-97294.herokuapp.com

Get in Touch

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

About

An app demonstrating simple API implementation with NodeJS and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published