This project was part of my sophomore Software Development
- Continuous Integration and Software Quality
- Clone the repository
- Start a PostgreSQL instance
docker-compose up
- Check if everything works by running the tests, either via your IDE or via
mvnw verify
- Java
- Spring
- Hibernate
- Unit Testing
- Integration Testing
- Continues Integration
- GitHub Actions