Skip to content

Latest commit

 

History

History
110 lines (95 loc) · 1.79 KB

Readme.md

File metadata and controls

110 lines (95 loc) · 1.79 KB

MERN stack Full Tutorial

MERN belong to
M for MongoDB. Mongodb is a database.
E for ExpressJS. Express is a minimal and flexible Node.js web application framework.
R for ReactJS React is a declarative, efficient, and flexible JavaScript library for building user interfaces.
and
N for NodeJS. Node.js is an open source server environment; Node.js is free ;


For more details follow the official pages:

  1. Mongodb
  2. ExpressJS
  3. ReactJS
  4. NodeJS


What we learn in this tutorial
SI.No. Name
1. Start Here
2. Middleware
3. MongoDB
4. Controllers
5. ReactJS
6. Redux
7. Forms
8. Authentication
9. Login Auth
10. JWT Auth
11. Permissions
12. Refactor
13. Deployment