The blogging project is a client-server Web application built over a MERN. Blogging, short for web logging, is an application that runs on a portal site, in which different users can publish and revise daily journal entries, and these entries will be made public for others to view. In essence, it gives everyone his or her own personal editorial column to publish to the world.
Install my project with yarn
Clone this project from the git repository
cd project-file
yarn add
cd .\client\
yarn add
Run our Mern Blog Site Project with yarn, run the following command
Client:
cd .\app\
nodemon .\index.js
Server:
Run & connect MongoDB Compass
cd .\client\
yarn start
Database:
MongoDB Compass
Db Name : mern-blog-site
Collection Name: posts, & users
Client: React, CSS, JavaScript.
Server: Node, Express.
DataBase: MongoDD.