Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 591 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 591 Bytes

Employment System

Case Study about a system for employees.

Requeriments

  • An IDE for running Maven projects with Spring Framework (Spring Boot Suite, Eclipse, IntelliJ,...).
  • MySQL Workbrench.

Instructions for running locally

  1. Clone or download the project. git clone git@github.com:AleCentalz/EmploymentSystem.git
  2. Create the database locally with the database.sql script.
  3. Put your credentials in 'application.properties' to connect to your database.
  4. Run the project as a 'Spring Boot App'.
  5. Go to your localhost:port URL to access to the web project.