Brief Summary
This course teaches you how to build a full CRUD application using Node.js and MongoDB via Mongoose. You’ll create a Book schema, set up routes, and learn to manage data efficiently. It’s hands-on and pretty straightforward, perfect for getting your feet wet in web development!
Key Points
-
Create Mongoose Schemas for organizing data
-
Build a full CRUD app using Node.js
-
Set up a simple server with Express.js
-
Design routes to manage Books
-
Use Postman to check everything works
Learning Outcomes
-
Understand the basics of Mongoose Schemas
-
Successfully create a RESTful API
-
Perform full CRUD operations in your app
-
Set up and run a server using Express.js
-
Design and test routes effectively
About This Course
Learn how to create Mongoose Schemas to build a full CRUD application based on the MongoDB database design.
In this course we will build a simple application to show how to perform full CRUD (create, read, update, delete) operations within Node.js.
We'll be using the Node module MongooseJS. Mongoose allows us to define our models in the form of a schema, along with a simple to use API that abstracts away a lot of the pain of working directly with the MongoDB driver.
First, we will create a Book schema using MongooseJS. We will use string data types to add a title, author and description. Next, we will build a simple server using Express.js. Then we will build 4 routes to query, update and delete Books from our Schema. We will use Postman to perform actions on these routes and check the results in our browser.
What You Will Learn
Sushant R. N.
nice..