Skip to content

A simple BlogWebsite Using NodeJs,JS,Express,MongoDB

Notifications You must be signed in to change notification settings

Shree-77/BlogWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Blog Site

A basic blog site where users can register, log in, create posts, and delete posts. This project is built using [Express , Node JS], and it provides a straightforward way for users to share their thoughts and ideas through blog posts.

Live Demo

You can try out the live demo of this project by following this link.

Features

  • User Registration and Authentication: Users can create accounts and log in to the blog site securely.

  • User Profile: Each user has a personal profile page that displays their information and published posts.

  • Create Posts: Logged-in users can create new blog posts with titles and content.

  • Delete Posts: Users can delete their own posts.

  • Demo Login: To get a quick overview of the site, you can use the following demo login credentials:

    • Username: shree
    • Password: 123

Installation

To run this project locally, follow these steps:

Clone this repository to your local machine and run following commands:

git clone https://github.com/Shree-77/BlogWebsite.git
cd simple-blog-site
npm install
npm start or nodemon app.js

About

A simple BlogWebsite Using NodeJs,JS,Express,MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published