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

https://github.com/pycreater/to-let-globe-blogs

A Dynamic Blog platform
https://github.com/pycreater/to-let-globe-blogs

Last synced: about 1 year ago
JSON representation

A Dynamic Blog platform

Awesome Lists containing this project

README

          

# TO LET BLOGS

The To Let Blogs is the core component of the Blog Application platform, which serves as an online platform for creating, editing, and sharing blog posts.

## Live Link
[ToLetBlogs](https://to-let-gobe-blogs.vercel.app/)

## 🛠 Tech Stack

- Frontend: React, Context API
- Backend: Node.js, Express.js
- Database: MongoDB
- Caching: Redis

## 🏁 Installation

1. Clone this repository to your local machine.
2. Open the terminal in the repository directory.
3. Install the packages:

```bash
npm install
```

4. Create `.env` file in the root folder and copy paste the content of `.env.sample`, and add necessary credentials.

## 💻 Running

- To start project in development run

```bash
npm run dev
```

- To start project in production run

```bash
npm run start
```

## How to contribute

1. Fork the repository.
2. Create a new branch for your feature or bug fix: `git checkout -b feat/your-feature-name` or `git checkout -b fix/your-bug-fix-name`.
3. Make your changes and commit them using conventional commit messages: `git commit -am "feat: Add new feature"`. For more details on the commit format and other guidelines, please refer to the [Contributor Guidelines](./CONTRIBUTING.md).
4. Push your changes to your forked repository: `git push origin feat/your-feature-name`.
5. Submit a pull request to the main repository, explaining the changes you've made and providing any necessary details.

## Team Details

- Jayash - jayashysaini7361@gmail.com
- Prashant - prashantanandcse2025@gmail.com
- Pratik - pratikyadav3949@gmail.com