https://github.com/anand-sony/mern_blogproject
This is a full-stack blog application built using the MERN stack
https://github.com/anand-sony/mern_blogproject
css expressjs fullstack-development javascript jwt-authentication mongodb nodejs postman-api reactjs webdevelopment
Last synced: 2 months ago
JSON representation
This is a full-stack blog application built using the MERN stack
- Host: GitHub
- URL: https://github.com/anand-sony/mern_blogproject
- Owner: Anand-Sony
- Created: 2024-09-01T07:14:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-10T08:16:38.000Z (5 months ago)
- Last Synced: 2025-02-05T14:40:43.008Z (4 months ago)
- Topics: css, expressjs, fullstack-development, javascript, jwt-authentication, mongodb, nodejs, postman-api, reactjs, webdevelopment
- Language: JavaScript
- Homepage:
- Size: 11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN_BlogProject
This is a full-stack blog application built using the MERN stack##The project demonstrates a basic implementation of a blogging platform where users can create, read, update, and delete blog posts.
Features:-
* User Authentication: Secure user registration and login with JWT authentication.
* Blog Management: Users can create, edit, and delete their own blog posts.
* Responsive Design: The UI is built using React and is fully responsive, ensuring a seamless experience across different devices.
* RESTful API: Backend API is developed using Express and Node.js, providing CRUD operations for blog posts.
* MongoDB Integration: MongoDB is used as the database to store blog posts and user information.
* Rich Text Editor: Integrated rich text editor for creating and formatting blog content.