• Post category:StudyBullet-7
  • Reading time:3 mins read


Learn how to build a full-stack application with the MERN stack

What you will learn

Learn how to build a full-stack application with MERN

Set up your database and schema

Create POST, PUT, and DELETE endpoints

Setting up a styling library

Create a React front end

Description

MERN Stack is a Javascript Stack that is used for easier and faster deployment of full-stack web applications. MERN Stack comprises of 4 technologies namely: MongoDB, Express, React and Node.js. It is designed to make the development process smoother and easier.

In this course you’ll learn how to build a full-stack application with the MERN stack.


Get Instant Notification of New Courses on our Telegram channel.


We’ll kickoff the course with setup where you’ll learn how to set up your initial Node.js and Express server; then set up your Mongo database. We’ll then get into endpoints and then learn how create a React front end. Finally you’ll learn how to add a form to present data to users.

English
language

Content

Introduction

Introduction
What is MERN

Setup

MangoDB install
Developer tools
Node and React install

Setup

Node and Express
Database setup
Schema setup

Routing

Create POST endpoint
GET endpoint
Create PUT endpoint
DELETE endpoint

Front End

Adding styles and structures
Add main page structure
Creating the state
Create component