This is a simple showcase of the Test Containers API.
A Framework that helps developer write real integration test against an actual database as apposed to a Generic In-Memory DB.
You will the following setup :
- Java 11
- Maven 3.6.2
- Docker ( Incl. Any Docker client of your choice )
- Postgre DB Client ( Any client of your choice )
This is a testing showcase so the only thing you can do on this repo is run tests.
All you need to do is :
- Start up Docker.
- Then run a maven test as follows :
mvn clean verify