Skip to content

akashkus121/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN-Blog-Application

This project is a comprehensive blog application built using the MERN (MongoDB, Express.js, React, Node.js) stack. It includes a user login system, a showcase of the blog's appearance, and a step-by-step guide on how to create your own blog.

Features

1)User Login: Secure user authentication with password encryption.

2)Showcase: A detailed look at the blog's design and functionality.

3)Creation Guide: Instructions on how to set up and create your own blog using the MERN stack.

The user can perform CRUD operations and can see the blogs posted by others.

Demo Images

1)This is the login Page Demo Image 1

2)Now After creating the blog it looks like this. Demo Image 2

3)How to we can create the blog. Demo Image 3

Before Running this application

Add your MONGODB ATLAS URI in **.env-example** in backend folder

Rename the .env-example file to **.env**

To run this application

To Run from Root Directory

npm run dev
(concurrently run server and client)

or

npm run server (only run backend)

npm run client (only run frontend)

To Run Backend

npm --prefix backend start (node)

or

npm --prefix backend run server (with nodemon)

or

cd backend

npm install

npm start

To Run Frontend

npm --prefix frontend run client

or

cd frontend

npm install

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages