Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.04 KB

File metadata and controls

42 lines (27 loc) · 1.04 KB

Blog Project Repository

Welcome to my blog project repository! This repository contains the source code and files for my personal blog.

Table of Contents

  • About
  • Features
  • Installation
  • Usage
  • Contributing
  • License

About

This is a simple blog site. It is is a practice project to improve my skills in MERN stack.

Features

  • Blog post creation, editing, sharing, and deleting
  • Commenting system
  • Search functionality
  • Light/dark theme

Installation

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

Usage

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.

Contributing

If you would like to contribute to this project, please follow the guidelines in CONTRIBUTING.md. All contributions are welcome!

License

This project is licensed under the MIT License. Feel free to use and modify the code as per the terms of the license.