Description
In this course, you will :
- Learn the fundamentals of creating a REST API with Express, a popular Node.js framework.
- Discover the definition of a REST API and how it differs from a traditional server-side application.
- We'll go over how to persist data for our API and use async/await to handle asynchronous requests to our datastore.
Syllabus :
- Getting to Know REST APIs
- Managing Data and Asynchronous Code
- Create, Read, Update, Delete
- Refactoring and Modularizing a REST API