Skip to content

Akshat303/Mern_Blog-Site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Blog Site

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.

Installation

Install my project with yarn

  Clone this project from the git repository
  cd project-file
  yarn add
  cd .\client\
  yarn add

How To Run Mern Blog Site Project

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

MERN STACK

Client: React, CSS, JavaScript.

Server: Node, Express.

DataBase: MongoDD.

Screenshots

Home Page App Screenshot

Registration Page App Screenshot

Login Page App Screenshot

Create Ner Post Page App Screenshot

Single Post Page App Screenshot

Edit & Delete post Page App Screenshot

Edit & Update post Page App Screenshot

Thank you

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published