Follow
Series

Let's Build a Node.js REST API

In this series, I will go through a step-by-step process to design and build a REST API using Node.js from scratch. Beginner to intermediate level of JavaScript knowledge is recommended.

Articles in this series

Build a REST API with Node.js: Design & Plan Your API

Aug 1, 2020

Hello everyone! Welcome to the first article of an exciting new series called Let's Build a Node.js REST API. In this series, I will be going through...

Build a REST API with Node.js: Design & Plan Your API
Build a REST API with Node.js: HTTP Module & Express
Build a REST API with Node.js: Routes and Controllers
Build a REST API with Node.js: Integrating MongoDB Atlas
Build a REST API with Node.js: Finalizing Controllers
Build a REST API with Node.js: Upload an Image File