The video for this lesson is currently being updated, please read the transcript instead.

Module introduction

In module number 2, we're going to take the first steps in building our backend API.

Express

We're going to begin by setting up Express, which is a micro framework that is perfect for creating APIs.

We'll be scaffolding the API using the MVC structure.

You'll see here in our server folder that we now have files for controllers, models, and a routes file, too.

Postman

To view the complete lesson you'll need to login or join this course.


Click to load comments...