1. Introduction to MERN Stack
2. Setting up Development Enviroment
3. Creating a Project in ReactJS
4. Understanding a ReactJS Project Structure
5. Building Components In ReactJS
6. Creating a Controlled Form in ReactJS
7. Creating a Submit Form Handler in ReactJS
8. Creating our Express Server
9. Adding Extra middlewares and routes to our server
10. Connecting with Mongodb locally
11. Creating collection and documents using Mongodb Driver
12. Getting all the documents in a GET route
13. Working with Mongoose
14. Making Post Request from Reactjs
15. Getting all the Blogs from Database