prStudentka / python-project-83

Page analyzer - service for checking URLs

Home Page:https://page-analizer.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Page analyzer - service for checking URLs

https://page-analizer.onrender.com/


Languages

Language:Python 58.3%Language:HTML 39.9%Language:Makefile 1.9%