This project is a Java Spring application for a library reservation backend. This application was part of a term project during Enterprise Architectures course at CTU FEE. Some parts of the project are work by my course team colleague.
- Java 8 with Spring for base source
- Apache Tomcat 9.0.12
- JUnit and Mockito for testing the REST API
Application utilizes JUnit and Mockito libraries to test the application.
The repository also contains basic documentation in English including software requirements specification and project report within docs
directory.