Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abra19/page_analyzer

Simple flask app
https://github.com/abra19/page_analyzer

bootstrap5 flask-application postgresql python3

Last synced: 6 days ago
JSON representation

Simple flask app

Awesome Lists containing this project

README

        

### Hexlet tests and linter status, Maintability:
[![Actions Status](https://github.com/Abra19/python-project-83/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/Abra19/python-project-83/actions)
[![Python CI](https://github.com/Abra19/python-project-83/actions/workflows/python_ci.yml/badge.svg)](https://github.com/Abra19/python-project-83/actions/workflows/python_ci.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/d26ffa4e8f359283afa5/maintainability)](https://codeclimate.com/github/Abra19/python-project-83/maintainability)

### Descriptions
This project implements an application based on the Flask framework. The app analyses the selected pages for SEO suitability

### Requirements
1. Python >=3.10
2. poetry >= 1.2.0
3. Flask >= 3.0.0
4. gunicorn >= 20.1.0

### To get started
1. Clone git repo:
`git clone [email protected]:Abra19/page_analyzer.git`
2. Go to directory page_analyzer:
`cd page_analyzer`
3. Configuring `poetry` to create a virtual environment:
`poetry config virtualenvs.in-project true`
4. Create virtual environment and Install dependencies
`make install`
5. Start app
`make start`

### [Try the application](https://page-analyzer-f6z5.onrender.com)