Build REST APIs for Node.js
cjbj opened this issue · 0 comments
cjbj commented
Build REST APIs for Node.js
If anyone is looking for @dmcghan's series on building REST APIs for Node.js here are the links:
- Part 1: Web Server Basics
- Part 2: Database Basics
- Part 3: Handling GET Requests
- Part 4: Handling POST, PUT and DELETE Requests
- Part 5: Manual Pagination, Sorting, and Filtering
You can get the code here.