Skip to content

anurag596/Blog-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Blog back-end made in Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Other 1.0%