Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 370 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 370 Bytes

habraproxy

Proxy localhost server for habr users

Run proxy server (hot-reloading is enabled by default):

# Notice! activate yours virtual environment and install libraries
$ pip3 install -r requirements.txt
$ adev runserver app/main.py

Docker

$ docker build . --tag timur/habrproxy:latest
$ docker run -it -p 8000:8000 timur/habrproxy:latest