0% found this document useful (0 votes)
19 views10 pages

Mern Stack

Uploaded by

amna.amjad.vup
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views10 pages

Mern Stack

Uploaded by

amna.amjad.vup
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

MERN

STACK
Web Development
Web development is the creation of websites. It involves designing the
visual aspects and user experience (front-end), building the website's
functionality and logic (back-end), and maintaining its smooth operation.
This can range from simple static pages to complex interactive
applications, requiring diverse skills and technologies depending on the
project's
MAIN CATEGORIES:

1. Front End (HTML, CSS JS)


2. Backend (PHP, JAVA, PYTHON, JS)
3. Full Stack
STACKS:
MERN
MEAN
LAMP
MEVN
WHAT IS MERN?

M ---> MONGO DB
E ----> EXPRESS JS
R ----> REACTJS
N ----> NODE JS
MONGO DB
A NoSQL database system that stores data
in a flexible, JSON-like format. MongoDB is
often used in modern web applications due
to its scalability and flexibility.
EXPRESS JS
Provides a streamlined framework for creating APIs
that handle server-side logic and communication with
the database.
REACT JS
Enables the creation of reusable and composable UI
components, offering a declarative approach for building
user interfaces.
NODE JS
Acts as the foundation, allowing JavaScript code to run
on the server, facilitating communication between the
front-end and back-end.
THANK
YOU

You might also like