In this tutorial, we’ll be building a RESTful CRUD (Create, Retrieve, Update, Delete) API with Node.js, Express and MongoDB. We’ll use Mongoose for interacting with the MongoDB instance.
Some topics for this tutorial are listed below
- Hello World Program
- Defining a model in mongoose
- Defining routes using express
- Writing controller functions
- Testing our api
or learn more at wftutorials.com.