virat@architechit.com +1 575-415-3116

Course information

MERN stands for MongoDB, Express, React, Node, after the four key technologies that make up the stack.

  • MongoDB — document database
  • Express(.js) — Node.js web framework
  • React(.js) — a client-side JavaScript framework
  • Node(.js) — the premier JavaScript web server

Express.js and Node.js server tier

The next level down is the Express.js server-side framework, running inside a Node.js server. Express.js bills itself as a “fast, unopinionated, minimalist web framework for Node.js,” and that is indeed exactly what it is. Express.js has powerful models for URL routing (matching an incoming URL with a server function), and handling HTTP requests and responses.

By making XML HTTP Requests (XHRs) or GETs or POSTs from your React.js front end, you can connect to Express.js functions that power your application. Those functions, in turn, use MongoDB’s Node.js drivers, either via callbacks or using promises, to access and update data in your MongoDB database.

MongoDB database tier

If your application stores any data (user profiles, content, comments, uploads, events, etc.), then you’re going to want a database that’s just as easy to work with as React, Express, and Node.

That’s where MongoDB comes in: JSON documents created in your React.js front end can be sent to the Express.js server, where they can be processed and (assuming they’re valid) stored directly in MongoDB for later retrieval. Again, if you’re building in the cloud, you’ll want to look at Atlas. If you’re looking to set up your own MERN stack, read on!

 

Express and Node make up the middle (application) tier. Express.js is a server-side web framework, and Node.js is the popular and powerful JavaScript server platform. Regardless of which variant you choose

MERN Course
Course Offers:
1. Brief refreshers on the core technologies (React, Node, Express, MongoDB)
2. Project sections for each technology where the theoretic knowledge is applied
3. Detailed theory about the MERN stack and the different ways of combining the
technologies
4. A complete course project where all the technologies come together into one application
5. File (image) upload in both React.js (sending the file) and Node/ Express (receiving the
file)
6. User authentication (signup + login)
7. User authorization (controlling access to certain resources)
8. Detailed deployment instructions – including different ways of deploying the application
Technologies Covered:
1. Front-End Web Development
2. HTML 5
3. CSS 3
4. Bootstrap 4
5. Javascript ES6
6. DOM Manipulation
7. jQuery
8. Bash Command Line
9. Git, GitHub and Version Control
10. Backend Web Development
11. Node.js
12. NPM
13. Express.js
14. EJS
15. REST
16. APIs
17. Databases
18. SQL
19. MongoDB
20. Mongoose
21. Web Design
22. Deployment with GitHub Pages, Heroku and MongoDB Atlas

Course information

  • Course: Mern Full Stack
  • Company: ArchiTech IT
  • Course Content: Available
  • Course Duration: 40-45 Days
  • Session Recording: Lifetime Access