Skip to content

Boison88/Page-Analyzer

Repository files navigation

Study project #3 — «Page Analyzer»

Actions Status CI

This repository was created as part of a Hexlet study project.

Page Analyzer this is a full-fledged application based on the Flask framework. This is a site that analyzes the specified pages for SEO suitability.

Try the project in work HERE


How to install

1. Clone this repository

    git clone https://github.com/Boison88/Page-Analyzer

2. Change Directory

    cd Page-Analyzer

3. Create PostgreSQL database

    createdb {dbname}
    psql {dbname} < database.sql

4. Install Poetry

    poetry install

5. Create file with name .env for environment variables with the following information

    DATABASE_URL = postgresql://{your username}:{password}@{host}:{port}/{db name}
    SECRET_KEY = '{your secret key}'

6. Use make-command for run

    # for dev and local use
    make dev
    
    # for deploy
    make start

About

Study project #3. Simple web application that executes queries over the network and saves data to the database.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published