Skip to content

anarbyrm/python_blog

Repository files navigation

Python Blog Project

Description

This blog project is created for sharing Python related articles and tutorials. All posts are shared by stuff users and there is no authentication required. It is for the sake of simplicity to reach a desired content. There are lots of blogs like this but it differs in some features. This blog designed to be in Azerbaijani language to help newcomers who only speak Azerbaijani to dive into Python with ease.

Features

  • Searching and filtering articles and tutorials
  • Post read time
  • Post viewers count based on IP addresses
  • Completed status for tutorials

How to configure locally

Follow the steps below..

1) Setup project requirements

For starters create virtual environment:

$python3 -m venv venv

Then download required packages from the requirements.txt with help of pip

$python3 -m pip install -r requirements.txt

2) Run project with the docker-compose file

Be aware to be in the same folder with docker-compose file

$docker-compose up --build

That is it! Now, you just need to go to 0.0.0.0:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published