This project implements an application based on the Flask framework. The app analyses the selected pages for SEO suitability
- Python >=3.10
- poetry >= 1.2.0
- Flask >= 3.0.0
- gunicorn >= 20.1.0
- Clone git repo:
git clone git@github.com:Abra19/page_analyzer.git
- Go to directory page_analyzer:
cd page_analyzer
- Configuring
poetry
to create a virtual environment:poetry config virtualenvs.in-project true
- Create virtual environment and Install dependencies
make install
- Start app
make start