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@github.com:poweredbyskx/python-project-83.git - Go to directory page_analyzer:
cd page_analyzer - Configuring
poetryto create a virtual environment:poetry config virtualenvs.in-project true - Create virtual environment and Install dependencies
make install - Start app
make start