Build docker image and start it at port 8080:
$ docker build . -t rcycle-app
$ docker run -e DB_URI="postgres://..." -p 8080:8080 rcycle-app
DB_URI is a standrart posrgres URI, section 31.1.1.2. Connection URIs
The project uses Google Code Style. Run ./gradlew goJF
for automatic formatting.
- iOS client: https://github.com/RecycleAppHSE/RecycleHSE-iOS
API specification can be found at API.md
file.
Postgres Full Text Search - used for collection points search by address