Flask is an application for analyzing web pages.
The project has been deployed on the free demo service render.com,
which offered time-limited resources during the deployment process.
install the project via pip
pip install --user git+https://github.com/annetmyshkina/python-project-83.gitor clone the repository:
git clone https://github.com/annetmyshkina/python-project-83.git
cd python-project-83make dev # Development (flask --debug)
make start # Production (gunicorn)