Skip to content

Blog-Page Web Application made using MERN stack and styled in CSS3.

Notifications You must be signed in to change notification settings

sav-1305/blog-webpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

BLOG-WEBPAGE

Blog page developed using the MERN Stack (MongoDB, Express.js, Reactjs, Node.js) and styled with CSS3.
This project was managed using yarn.

FEATURES

  • User Authentication and Verification with Backend frameworks
  • Functionality for Create Post and Edit Post
  • User-friendly and eye-catching UI
  • Includes mongoose library for connection with MongoDB

image

preview of home-page


HOW-TO-USE

Import the project directory into your local system. Once opened in the terminal, run the following script

cd client
yarn start

This will deploy the React Application onto your local system at localhost:3000.
Now, to start running the API, run the following script in a new terminal

cd api
nodemon index.js

This will initialise the nodemon library to keep updating the node.js application.

About

Blog-Page Web Application made using MERN stack and styled in CSS3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published