Welcome to my blog project repository! This repository contains the source code and files for my personal blog.
- About
- Features
- Installation
- Usage
- Contributing
- License
This is a simple blog site. It is is a practice project to improve my skills in MERN stack.
- Blog post creation, editing, sharing, and deleting
- Commenting system
- Search functionality
- Light/dark theme
After cloning the repo cd into the server folder and run the command:
npm run start
and in another terminal cd into the client folder and run the command:
npm start
You can create posts in the Create tap in the navbar. You can also interact with other posts, and you can edit or delete posts.
If you would like to contribute to this project, please follow the guidelines in CONTRIBUTING.md. All contributions are welcome!
This project is licensed under the MIT License. Feel free to use and modify the code as per the terms of the license.