Skip to content

prStudentka/python-project-83

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Maintainability

Actions Status

Page-analyzer / Анализатор страниц

website Page Analyzer

About / О приложении

Service for checking URLs / Сервис проверки веб-сайтов /

Homepage

 Image 1 - Homepage Page-analyzer

System requirements / Системные требования

  • python = "^3.10"
  • flask = "^2.3.3"
  • python-dotenv = "^1.0.0"
  • flake8 = "^6.1.0"
  • psycopg2-binary = "^2.9.9"
  • validators = "^0.22.0"
  • requests = "^2.31.0"
  • beautifulsoup4 = "^4.12.2"
  • gunicorn = "^20.1.0"
  • poetry = "^1.6.1"
  • postgreSQL = "^15.0"

Install / Как запустить

  1. git clone Repository
  2. make install
  3. created in the root directory of the project ".env" with variables: / создать в проекте файл ".env" c переменными:/
    • SECRET_KEY
    • DATABASE_URL
  4. make start