An open API service indexing awesome lists of open source software.

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

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.