Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 2.15 KB

README.md

File metadata and controls

40 lines (31 loc) · 2.15 KB

Guesthouse Reservations

Java CI with Gradle in Windows Java CI with Gradle in Linux On Pull Request Coverage Status Quality Gate Status Bugs Code Smells

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.

How to Build the Project

  1. Clone the Repository.
git clone https://github.com/elia-mercatanti/guesthouse-reservations
  1. Set Project Main Directory.
cd guesthouse-reservations
  1. 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

Author

  • Elia Mercatanti

License

Licensed under the term of MIT License.