Skip to content

yudzhum/page-analyzer

Repository files navigation

Actions Status Maintainability Github Actions Status

Page analyzer - a site that analyzes web pages for SEO suitability

Tech stack

  • python = "^3.8"
  • flask = "^2.2.3"
  • gunicorn = "^20.1.0"
  • python-dotenv = "^1.0.0"
  • psycopg2-binary = "^2.9.6"
  • validators = "^0.20.0"
  • requests = "^2.29.0"
  • beautifulsoup4 = "^4.12.2"

Setup

  1. Clone repository:
    git clone git@github.com:yudzhum/page-analyzer.git
  2. Install poetry:
    make install
  3. Create .env file for enviromental variables storage
  4. Create a new PostgreSQL database
    make db-build

Usage

make start

About

Study project N3. Page analyzer.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published