Description
In this course, you will learn :
- How to Build Restful API with Node JS and Express JS
- Building Restful API
Syllabus :
1. Introduction
- Introduction to Libraries
- Introduction to postman
- Install Node and Express
- Installing MongoDB
2. API and Server Setup
- Restful API Refresher
- Intial Server Setup
- Organising Files and Folders
- Basic of Routing
- Using Middlewares
3. CRUD Operation
- MongoDB Refresher
- Setting Up Database
- Database Connection with Mongooose
- Creating Schemas
- Creating Post Request
- Getting All Object From Database
- Get Object by ID From Database
- Updating Data In Database
- Delete Data in Dababase
- Serving Static Files