Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 445 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 445 Bytes

Lingo Trainer

This project was part of my sophomore Software Development

  • Continuous Integration and Software Quality

How do I get started?

  1. Clone the repository
  2. Start a PostgreSQL instance docker-compose up
  3. Check if everything works by running the tests, either via your IDE or via mvnw verify

Technologies used

  • Java
  • Spring
  • Hibernate
  • Unit Testing
  • Integration Testing
  • Continues Integration
  • GitHub Actions