Welcome to this interview session!
- Java 17
- Maven
- Docker and Docker Compose
cd docker
docker compose up -dYou can connect with password interview
docker exec -it interview-postgres psql -U interview -d interviewRun the application with the local profile to connect to the PostgreSQL database:
./mvnw spring-boot:runYour application is served:
http://localhost:8080/- Swagger:
http://localhost:8080/swagger-ui/index.html
Read TODO.md to get the tasks. :)