Express API's
Put your sevice behind an API.
Index
Learning Objectives
- Basic Express.js
- APIs
- Restful Routing
- Testing APIs
- The internet
- Package.json
- Installing Dependencies
Specifications
- Complete the Debugging Express project and put it on your portfolio.
- Put an Express handler and view on your notes service.
Resources
Tools & Libraries:
- Postman: A UI for your API's
- Express GitHub
- Express Docs
- Nodemon
API's:
- RESTful Routing
- Using NPM - video
- Using NPM - guide
- Request/Response Cycle
- Stateful vs Stateless
- RESTful & Stateless
Code to Study:
- Start here
- More in the APIs repo, start with those
- Node/Express Step by Step
- Intro Express
- RESTful Routes
- Inside Express
- Then here
- Finally here
- In the Wild