Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 258 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 258 Bytes

habraproxy

Ivelum test task. Small app for Ivelum company job.

Description

Flask based web application that singe purpose is to proxy requests to habr.com

Setup & Run

pip install -r requirements.txt
export FLASK_APP=app.py
flask run