Build a Fullstack Blog App using MERN (mongo, express, react, node)

Опубликовано: 23 Октябрь 2024
на канале: Coding With Dawid
384,086
9.7k

In this tutorial, I'm going to show you how to build a fullstack blog app using MERN (mongo, express, react, node).

This blog app tutorial is designed for beginners and will teach you the basics of building a blog app using MERN. By the end of this tutorial, you will have a working blog app that you can use to publish your blog content.

Code: https://github.com/dejwid/mern-blog
🚨 Check Out My Courses: https://codingwithdawid.com

Timestamps:
00:00:00 - Intro
00:02:02 - Building homepage with react
00:23:35 - Routing with react-router-dom
00:34:50 - Login and register page
00:42:32 - Authentication
01:22:01 - Checking if logged in
01:30:38 - Logout functionality
01:33:05 - UserContext
01:41:04 - Create new post page
02:15:52 - Displaying posts from the database
02:38:26 - Single post page
03:02:20 - Edit post page
03:31:57 - Outro