Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abra19/page_analyzer
- Owner: Abra19
- Created: 2023-12-26T17:48:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-12T17:45:29.000Z (10 months ago)
- Last Synced: 2024-01-13T09:11:00.767Z (10 months ago)
- Topics: bootstrap5, flask-application, postgresql, python3
- Language: Python
- Homepage: https://page-analyzer-f6z5.onrender.com/
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)