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.
The production version of the app is available at the following URL: Page analyzer
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