Skip to content

oleg-dixon/python-project-83

Repository files navigation

Hexlet tests and linter status:

Actions Status Python CI

Page Analyzer

Page Analyzer is a site that analyzes the specified pages for SEO suitability.

Access

Application is deployed to render.com Page Analyzer

Requirements

Python 3.12+

Local Installation

Clone repository

git clone https://github.com/oleg-dixon/python-project-83.git
cd python-project-83
make install # Install dependencies
make build # Buld package

Install uv

curl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.local/bin/env

Install application

make install

Put secrets to .env file

echo SECRET_KEY="{flask_secret_key}"
echo DATABASE_URL="postgresql://{user}:{password}@127.0.0.1:5432/sites"

Start development application

make dev

About

Page Analyzer is a site that analyzes the specified pages for SEO suitability.

Resources

Stars

Watchers

Forks

Packages

No packages published