8000 GitHub - TolkienRools/python-project-83
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TolkienRools/python-project-83

Repository files navigation

Page analyzer (render.com link)


Hexlet tests and linter status:

Actions Status Actions Status Maintainability


Description

Provides basic info provided by site to search engine.

Allow:

  • Add sites for check
  • Get basic info via check
  • Show list of checked or prepared for check sites

Requirements

  • Python >= 3.10
  • poetry >= 1.8.2

Installing

Firstly you should install latest version of poetry package.

With pip:

pip install poetry

With pipx:

pipx install poetry

Export required ENV variables (url template: postgresql://username[:password]@host[:port]/db_name)

export SECRET_KEY = ...
export DATABASE_URL = ... 

Then you should install project dependencies and add tables to DB:

make build

Running app

To start app in dev mode:

make dev

To start app for production:

make start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published
0