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.
Click to load comments...