https://github.com/abra19/page_analyzer
Simple flask app
https://github.com/abra19/page_analyzer
bootstrap5 flask-application postgresql python3
Last synced: 4 months ago
JSON representation
Simple flask app
- Host: GitHub
- URL: https://github.com/abra19/page_analyzer
- Owner: Abra19
- Created: 2023-12-26T17:48:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T17:45:29.000Z (over 1 year ago)
- Last Synced: 2025-01-02T08:44:41.060Z (6 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:
[](https://github.com/Abra19/python-project-83/actions)
[](https://github.com/Abra19/python-project-83/actions/workflows/python_ci.yml)
[](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)