Simple tool for page SEO-analyzing.
To successfully install you need:
- git,
- python 3.10 (not tested with other versions),
- poetry 1.3.1 or higher ,
- postgresql 16 (not tested with other versions).
- Clone repository:
git clone https://github.com/fiftinmen/python-project-83
- Create database.
- Create environment variable with URL containing path to database, username and user's password. Save it into file in root directory of project in ".env" file.
- Install dependencies with poetry:
poetry install
- Run server:
make start
You'll see something like that:... [2024-05-30 21:14:32 +0300] [23556] [INFO] Listening at: http://0.0.0.0:8000 (23556) ...
- Follow the URL above.
- Enter an URL in the input field.
- Once you'l provide valid URL you'll be redirected to page_checker,
- Press "Запустить проверку" button.