NearProps project (former xloads) is a web application which lists rooms/flats to rent with each one having calculated time of travel (by car, foot, bike or public transportation) to place selected by user (for example their work or school). Frontend is made with React and backend is done with the use of Java and Spring. This application is completely independent of external APIs like Google Maps, whole routing and geocoding, reversed geocoding and autocomplete for place search is done with the use of open source solutions like GrapHopper, OpenStreetPlanner, photon and OpenStreetMap. This project is still under heavy development and not finished yet.
Live demo of this app can be found here
This repo is a Spring Boot Java App. It handles business logic related to offers such as adding and fetching offers, authentication etc. It is a backend service for xloads_ui (react fronent app).
Architecture diagram: