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
I am available on twitter, facebook, linkedin, gmail @dinyangetoh