README.md
August 31, 2021 ยท View on GitHub
![]()
Development
Setup
- Install JDK11
- Install postgresql
- Create
mockdatabase - Modify
application.ymlto set your PostgreSQL credentials.
Start the application
./gradlew run
Run test
./gradlew test
Dockerize
docker-compose build
docker-compose up -d
Note: You have to create database in postgres container.