Academind Logo
Building a RESTful API

Building a RESTful API

We use a lot of RESTful APIs - wouldn't it be great to know how to build one? Let's do just that with Node.js, one of the most popular server-side languages.

Created by Maximilian Schwarzmüller
#

Free YouTube Series

We use a lot of RESTful APIs - wouldn't it be great to know how to build one? Let's do just that with Node.js, one of the most popular server-side languages.

  1. What is a RESTful API?

  2. Planning & First Steps

  3. Adding More Routes to the API

  4. Handling Errors & Improving the Project Setup

  5. Parsing the Body & Handling CORS

  6. MongoDB and Mongoose

  7. Managing Orders with Mongoose

  8. Mongoose Validation

  9. Populating Queries with Mongoose

  10. Uploading an Image

  11. Adding User Signup

  12. Adding User Login & JWT Signing

  13. JWT Route Protection

  14. Adding Controllers

Recommended Courses