|
1 | 1 | # Creating a REST API with Node.js and Oracle Database
|
2 | 2 |
|
3 | | -This folder contains sample code from the series of articles [Creating a REST API with Node.js and Oracle Database](https://blogs.oracle.com/oraclemagazine/build-rest-apis-for-nodejs-part-1). |
| 3 | +This folder contains sample code from this series of articles: |
| 4 | +* [Part 1: Web Server Basics](https://dzone.com/articles/creating-a-rest-api-web-server-basics) |
| 5 | +* [Part 2: Database Basics](https://dzone.com/articles/creating-a-rest-api-database-basics) |
| 6 | +* [Part 3: Handling GET Requests](https://dzone.com/articles/creating-a-rest-api-handling-get-requests) |
| 7 | +* [Part 4: Handling POST, PUT and DELETE Requests](https://dzone.com/articles/creating-a-rest-api-handling-post-put-and-delete-r) |
| 8 | +* [Part 5: Manual Pagination, Sorting, and Filtering](https://dzone.com/articles/creating-a-rest-api-manual-pagination-sorting-and) |
0 commit comments