Backend api Urbapp.
- Java 11.0.8
- Vertx 9.3.9
- RxJava
Tha database used is postgresql
- Install docker and docker-compose on your computer (https://docs.docker.com/compose/install/)
- Run
docker-compose up
to filedocker-compose.yml
in folderdocker
to install database.
- Server host: localhost
- Port: 5432
- User name: postgres
- Password: postgres (pending change it and security it)
- swagger editor: https://editor.swagger.io/