Case Study about a system for employees.
- An IDE for running Maven projects with Spring Framework (Spring Boot Suite, Eclipse, IntelliJ,...).
- MySQL Workbrench.
- Clone or download the project.
git clone git@github.com:AleCentalz/EmploymentSystem.git
- Create the database locally with the database.sql script.
- Put your credentials in 'application.properties' to connect to your database.
- Run the project as a 'Spring Boot App'.
- Go to your localhost:port URL to access to the web project.