I've started a new series: Creating a REST API with Node.js and Oracle Database
The current plan is to touch on the following core topics before going into details on specific features and techniques:
- Web Server Basics
- Database Basics
- Handling GET requests
- Handling PUT, POST, and DELETE requests
- Adding pagination, sorting, and filtering to GET request
I'm making the code available in our oracle-db-examples repo.
Your questions and comments are welcome!