Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 609 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 609 Bytes

TaskScheduler

This is a very simple tool to manage and schedule tasks.

Requirements

Before running it make sure you have Java 17 and docker set up.

Build and run

  1. Clone this git repository: git clone https://github.com/kulikg/tasks.git
  2. Build it: ./gradlew build (this will build the app's docker container, run some and run some tests on it. Should take a couple of minutes)
  3. Fire it up: docker-compose up (will start a mysql container, provision a database, and link it to the application)
  4. You may explore its endpoints by visiting http://localhost:8080/swagger-ui/index.html