You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
+
*[Start by learning about web server basics](https://blogs.oracle.com/oraclemagazine/build-rest-apis-for-nodejs-part-1)
5
+
*[Add database connection pooling to your new REST API](https://blogs.oracle.com/oraclemagazine/build-rest-apis-for-nodejs-part-2)
6
+
*[Add routing, controller, and database logic](https://blogs.oracle.com/oraclemagazine/build-rest-apis-for-nodejs-part-3)
7
+
*[Complete the API by adding support for PUT, POST, and DELETE requests](https://blogs.oracle.com/oraclemagazine/build-rest-apis-for-nodejs-part-4)
0 commit comments