- python = "^3.8"
- flask = "^2.2.3"
- gunicorn = "^20.1.0"
- python-dotenv = "^1.0.0"
- psycopg2-binary = "^2.9.6"
- validators = "^0.20.0"
- requests = "^2.29.0"
- beautifulsoup4 = "^4.12.2"
- Clone repository:
git clone git@github.com:yudzhum/page-analyzer.git
- Install poetry:
make install
- Create
.env
file for enviromental variables storage - Create a new PostgreSQL database
make db-build
make start