Skip to content

Dmitriy-Parfimovich/python-project-83

Repository files navigation

Hexlet Ltd. logo

The Page Analyzer project

Actions Status Workflow status Maintainability

This is a hexlet courses educational project. The Page Analyzer is a website that analyzes the specified pages for SEO suitability. In case the site is available, we get its:

  • response code
  • <h1> tag;
  • <title> tag;
  • <meta name="description" content="..."> tag. The project is based on Flask: HTTP-requests and routing. The results of the checks are recorded in the database.

You can see a deployed application here

Web application demo

README.gif

Instalation

git clone <package>
pip install poetry
make install

Requirements

  • Python 3.8
  • Poetry 1.1.13
  • Flask 2.3.2
  • PostgreSQL 12.14

About

This is educational project No. 3 in the Hexlet company courses

Resources

Stars

Watchers

Forks

Packages

No packages published