Lexiflow is a full-stack blog web application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack. It provides a user-friendly interface for creating, updating, and deleting blog posts, as well as viewing posts created by other users. The application also incorporates an authentication system to ensure secure access to the platform.
Features
User Authentication: Users can sign up and log in to their accounts.
Create Post: Logged-in users can create new blog posts by providing a title, content, and optional image. Posts are stored in a MongoDB database.
Update Post: Users have the ability to edit and update their own posts, modifying the title, content, and image associated with each post.
View Other Users' Posts: All users, whether logged in or not, can view blog posts created by other users.
Delete Post: Logged-in users can delete their own posts, removing them from the platform.
User-Friendly UI: Lexiflow features a user-friendly and intuitive interface for a seamless browsing and blogging experience.
Getting Started
Prerequisites
To run Lexiflow locally, you need to have the following installed on your machine:
Register a new account or log in with your existing credentials.
On the home page, you can view blog posts created by other users.
Click on the "New Post" button to create a new blog post.
Fill in the title and content fields and optionally upload an image for your post.
Click on the "Publish" button to create your post.
To edit or delete your own posts, navigate to the post and click on the "Edit" or "Delete" buttons respectively.
Technologies Used
Front-end:
React.js: JavaScript library for building user interfaces.
HTML and CSS: Markup and styling of the application.
Axios: Promise-based HTTP client for making API requests.
Back-end:
Node.js: JavaScript runtime environment for running server-side code.
Express.js: Web application framework for building RESTful APIs.
MongoDB: NoSQL database for storing blog post data.
Mongoose: Object Data Modeling (ODM) library for MongoDB.
Contributing
Contributions to Lexiflow are always welcome. If you want to enhance existing features, add new features, or fix any issues, feel free to submit a pull request. However, before contributing, please make sure to follow the code of conduct.
Like this project
0
Posted Dec 11, 2023
Lexiflow is a user-friendly MERN stack blog web app with authentication. Create, update, view, and delete posts. Express your thoughts and connect with others …