This project was created as a parser of Montenegro rental ads from several sources to provide more flexible and convenient access and notifications.
The are several sources of ads:
- https://realtica.com - aggregator of real estate ads Montenegro and other countries. There is a lot of not actual ads and no ability to sort by
update dateattribute and filter by some of the attributes - https://estitor.com - local Montenegro real estate ads portal
Sources can be extended by adding a new parser implementation
The project available by https://estate.struchev.site
- Install jdk 21
- Execute
./gradlew bootRun- Open http://localhost
- Install docker
- Execute
docker run -v $PWD/data:./data -p 80:80 --rm romanew/estate:latest- Open http://localhost
The data storage is a local h2 file database by default