Please install docker
and docker-compose
.
At the root directory run the following command:
docker-compose -f configuration/docker/docker-compose.yml up
The default user is postgres
, password is 123
Please install maven
and JDK 11
.
You should also initialize the database by flyway, if you haven't done so:
mvn flyway:migrate
At the root directory run the following command:
mvn spring-boot:run
By default it will connect to the docker database.