Skip to content

AnastasiaTimoshe/python-project-83

Repository files navigation

Hexlet tests and linter status:

Actions Status Page_analizer CI Maintainability

Description

Page Analyzer is a site that analyzes websites for SEO suitability.
The application uses Python library Beautiful Soup to parse websites.
The results of the checks of websites are parsing: h1, title, description and code status. The application saves all of it on a remote postgres database.

Demonstration

The production version of the app is available at the following URL: Page analyzer

Install

Prepare the database.

Before installing the application, prepare your environment variables:

  • DATABASE_URL - variable for connecting to the database.
  • SECRET_KEY

After cloning from GitHub, run the commands:

  • make build
  • make start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published