kmasuhr / best-flat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cd docker
docker compose up -d

# apply database migration
docker exec best-flat sh -c 'cd backend; python manage.py migrate'

# adjust trojmiasto.pl offer list with link
# scrapy/flats/spiders/trojmiasto_spider.py#69

# run trojmiasto.pl crawler
docker exec best-flat '/app/code/run-update.sh'

# open http://localhost:8000/list

App

About


Languages

Language:Python 79.8%Language:HTML 17.4%Language:Shell 1.8%Language:Dockerfile 1.0%