Skip to content

RecycleAppHSE/backend

Repository files navigation

Code style verification Release Build

How to run it?

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

Code Style

The project uses Google Code Style. Run ./gradlew goJF for automatic formatting.

Clients

API specification

API specification can be found at API.md file.

Usefull links

Postgres Full Text Search - used for collection points search by address