Tutorial
Introduction

Introduction

🚫
Rest API is a set of functions and procedures that allow the creation of applications that access the features or data of an operating system, application, or other service.

We will build REST API with Node, Express, Mongo & Mongoose in this project.

We will use Express Router to define our API endpoints. We will use Mongoose to interact with MongoDB. We will use Postman to test our API. We will use JWT to secure our API.