This is a web application built using Python on the Flask framework. It allows users to add websites and perform basic "SEO checks" on them.
Technical Stack:
- Python version 3.11
- Flask version 2.2.2
- PostgreSQL version 14.5
- Bootstrap version 5.2.3
Dependencies:
On this app, you can add sites to the main page by entering a URL, perform "SEO checks" to receive basic information about it. Users can add as many websites and checks as they want.
- Clone the project
- Create a PostgreSQL database using the provided cheatsheet (database.sql)
- Create a .env file and add the necessary variables or add them directly to your environment using the export command
- Run
make dev
for debugging (with WSGI debug set to 'True'), ormake start
for production (using gunicorn)