In improvement How it works There two separated projects Flask and Scrapy. The Flask side tigger the Scrapy side to extract data. All extracted data collects in PostgresQL database The main goal of the project to show how to integrate Scrapy, Flask and Postgres together How to Use it Create .env and create Flask secret key Run docker-compose up if it does not work download postgresql image - docker pull postgres:10