SEO Page Analyzer is a web tool to check Serch Engine Optimization support of a given URL.
- Python
- Poetry
- Postgres
Setting up enviroment
git clone https://github.com/DREU007/seo-page-analyzer
cd seo-page-analyzer
make build
Configure .env in the root folder
cp .env_example .env
Dev
make dev
Prod
make start
Additional functions are available in Makefile