### 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](https://dzone.com/articles/creating-a-rest-api-web-server-basics) * [Part 2: Database Basics](https://dzone.com/articles/creating-a-rest-api-database-basics) * [Part 3: Handling GET Requests](https://dzone.com/articles/creating-a-rest-api-handling-get-requests) * [Part 4: Handling POST, PUT and DELETE Requests](https://dzone.com/articles/creating-a-rest-api-handling-post-put-and-delete-r) * [Part 5: Manual Pagination, Sorting, and Filtering](https://dzone.com/articles/creating-a-rest-api-manual-pagination-sorting-and) You can get the code [here](https://github.com/oracle/oracle-db-examples/tree/master/javascript/rest-api).