Test project - Sreality.cz estates list
- Scrape the first 500 items (title, image url) from sreality.cz (flats, sell - you can switch the web to English) and save it in the Postgresql database.
- Implement a simple HTTP server (or use Nginx) and show these 500 items on a nice page (with pagination) which will use your own design
- Put everything to single docker-compose command so that I can just run "docker-compose up" in the Github repository and see the scraped ads on http://127.0.0.1:8080 page.
- Use Typescript and React for implementation.