Scrapes websites using Scrapy and makes it searchable in Elasticsearch
cd indexer
./gradlew build
./gradlew bootRun
In a separate terminal
cd scrapper
poetry shell
cd simple-scrapper
scrapy crawl news-spider
deactivate
Open http://localhost:8080/swagger-ui/index.html
Play around the endpoints