Authors : Liam RICE, Tupac ROCHER, Quentin DESBROUSSES
Project is either available by unzipping the .zip file or cloning the project from https://github.com/LiamRICE/projet-sep
Open the project in IntelliJ IDEA. Navigate to src/main/java/com/fastandflavorous/projetsep and run main in FastAndFlavorousApplication.
Login for the director is :
- Email : [email protected]
- Password : dir
Login for an employee is :
- Email : [email protected]
- Password : password
A client can access without any credentials.
The documentation can be found in the 'doc' folder.
Tests can be executed by running the main in the test class (ControllerTests) in the tests package.