Project for Advanced Techniques and Tools for Software Development (ATTSD) Course.
Simple app to manage reservations of a guesthouse.
More details can be found in the report of the project: Report.
- Clone the Repository.
git clone https://github.com/elia-mercatanti/guesthouse-reservations
- Set Project Main Directory.
cd guesthouse-reservations
- Build the Project - Compile code, Unit, Integration and End To End tests and Fatjar
./gradlew build
or With Also JaCoCo and Pitest Report
./gradlew build jacocoTestReport pitest
- Elia Mercatanti
Licensed under the term of MIT License.