Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 414 Bytes

File metadata and controls

7 lines (6 loc) · 414 Bytes

Task Manager technical task implementation

How to run:

  1. clone the project
  2. open mysql console and use db_init.sql script (script inside resource folder) to create database
  3. create database.properties file from database.properties.example and fill it with your db details
  4. to build the project and get the executable jar you can use maven and type mvn clean compile package