Chapter 2. Developing RESTful APIs to Perform CRUD Operations
Note
Learning Objectives
By the end of this chapter, you will be able to:
Describe the design concept of a RESTful API
Create a MongoDB Atlas cluster with Node
Connect a Node application to a database with the native MongoDB driver and Mongoose
Create a database schema and a data model with Mongoose
Create and export routes
Implement Express with Node
Develop a RESTful API
Note
This chapter presents the fundamentals and practical elements that will enable you to develop and test a RESTful API.