Skip to content

IndraniSom/Blog-Project

 
 

Repository files navigation

Blog-Project

🚀 Introduction

Welcome to Blog-Project, an open-source blog website crafted by Nabajit Bhadury. Dive into a collaborative space where tech enthusiasts unite to share their insights on cutting-edge topics.

🛠️ Getting Started

Prerequisites

Before you embark on this tech journey, make sure you have the following tools installed:

  • Python
  • Django

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/TechBlogs.git
  2. Setting the Server and creating environment

To manage environment.

python -m venv venv
venv\Scripts\activate

To set up the server.

pip install django
python manage.py runserver

Now, you are ready to make your contributions.

  1. Visit http://localhost:8000 in your web browser.

🤝 Contributing

Your contributions are valued! Whether it's bug fixes, new features, or improved documentation, we appreciate your efforts. Check out our Contribution Guidelines to get started.

About

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Other 1.1%