Skip to content

MardanovTimur/habraproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Proxy localhost server for habr users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published