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
- Host: GitHub
- URL: https://github.com/pycreater/to-let-globe-blogs
- Owner: Pycreater
- Created: 2024-07-06T11:48:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T01:11:41.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T05:11:26.524Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://to-let-gobe-blogs.vercel.app
- Size: 327 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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