PlusePost is a blogging application built with the MERN stack (MongoDB, Express, React, Node.js). This application allows users to create, read, update, and delete blog posts. It includes features like user authentication and a rich text editor for creating posts.
This is a work in progress and is not yet ready for production use.
- Project logo typo text finds. (fixed)
- When user login or signin it's take some time because i'm using free web server.
Install my-project with npm
git clone https://github.com/omjaisatya/pluse-post.git
cd plus-post
npm install npm run dev
- Authentication and Authorization
- Add, Update, and Delete blog posts
- Search and filter blogs with pagination
- Sending email
- Flexible and easy-to-use API endpoints
- Scalable and well-documented codebase
Client: React, Redux, bootstrap
Server Refer to My Github Repo. see here
- I have used react.js to handle client side UI
- Used axios. It is a promised-based HTTP client for JavaScript.
- For client-side route management I have used react-router-dom
- react-toasty is used to show a success/error message
- react-bootstrap is used to show modal
Click the image above to watch the demo video.


