
Brief introduction of what we are going to learn, and how to get started
In this video we will install ExpressJS in our project, and we will learn how to create server with port in ExpressJS
In this video, we will learn that what is nodemon and how can we install it
In this video, we will learn that how can we create routes in ExpressJS
In this video, we will learn that how request and response work in ExpressJS routes
In this video, we will be creating routes in a separate file, and we will be adding route prefixes on it as well
In this video, we will learn that how to create MongoDB account and how can we connect MongoDB cluster with our ExpressJS server
In this video, we will learn how to create a schema and model in ExpressJS
In this video, we will create an insert API in ExpressJS using MongoDB
In this video, we will create an API which will fetch all the records from MongoDB
In this video, we will create an API which will fetch the record from MongoDB using ID
In this video, we will create a delete API in ExpressJS using MongoDB
In this video, we will create an update API in ExpressJS using MongoDB
In this video we will be adding validation to our form data
In this video, we will learn how to store an encrypted password in MongoDB
In this video we will learn how to generate a json web token in ExpressJS
In this video we will create a middleware for routes in which we will create a condition of token verification and we will set this token verification of protected routes
In this video, we will be implementing login functionality, along with encrypted password verification. After the completion of a successful login, we will be creating token and returning it in a response to the user.
To get a complete course on JavaScript: Do visit my channel with the name of Ministry of JavaScript at YouTube. I am uploading new videos over there on daily basis.
In this course, we will be covering all the base concepts of NodeJS, ExpressJS along with MongoDB like:
Installation of ExpressJS
Type of routes, and implementation
How to deal with request and response
What is MongoDB and how can we connect it to our ExpressJS Server
APIs creation using ExpressJS and MongoDB
How to deal with an error handling
How to play with validations in ExpressJS
How to play with password encryptions (storing, verifying)
How to deal with JSON web token in ExpressJS
How to add JSON web token verification on protected routes using Middleware
How to perform authentication along with JSON web token
This course will not just cover basic topics but we will be learning some advanced topics as well of ExpressJS.
After the completion of this course, you can easily be able to work on ExpressJS and MongoDB, this is my promise.
Follow me to get the amazing courses in a field of JavaScript. On youtube we are uploading new videos on daily basis and we are trying our best to serve the JS community in the best way we can.