This repo contains the source code from a small challenge test. One or more CSV files are loaded on system startup. Then there’s some endpoints that give access to the worst movie.
You must put your CSV files at resources folder. You can use copyCSV.bat or copyCSV.sh
- Spring Boot app
- RESTful API
- JPA & Hibernate
- No login
- No frontend
- No persistence (H2 [in memory] database)
- JDK 8 (works with open JDK)
- Maven
- IntelliJ IDEA or VS Code
- Framework: Mockito
- Unit tests: Mock Bean
- Integration tests: Mock MVC
- How to run: just call testIt.bat or ./testIt.sh
- JRE 8 is required
- Just call run.bat or ./run.sh