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.
‘;
}});
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.