Page Analyzer is a site that analyzes the specified pages for SEO suitability.
Application is deployed to render.com Page Analyzer
Python 3.12+
git clone https://github.com/oleg-dixon/python-project-83.git
cd python-project-83
make install # Install dependencies
make build # Buld packagecurl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.local/bin/envmake installecho SECRET_KEY="{flask_secret_key}"
echo DATABASE_URL="postgresql://{user}:{password}@127.0.0.1:5432/sites"
make dev