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.
- Frontend: React, Context API
- Backend: Node.js, Express.js
- Database: MongoDB
- Caching: Redis
- Clone this repository to your local machine.
- Open the terminal in the repository directory.
- Install the packages:
npm install- Create
.envfile in the root folder and copy paste the content of.env.sample, and add necessary credentials.
- To start project in development run
npm run dev- To start project in production run
npm run start- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feat/your-feature-nameorgit checkout -b fix/your-bug-fix-name. - 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. - Push your changes to your forked repository:
git push origin feat/your-feature-name. - Submit a pull request to the main repository, explaining the changes you've made and providing any necessary details.
- Jayash - jayashysaini7361@gmail.com
- Prashant - prashantanandcse2025@gmail.com
- Pratik - pratikyadav3949@gmail.com