Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 473 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 473 Bytes

Mergesort web service

What is this repository for?

  • This repository provides a web service that implements the mergesort algorithm.

How do I get set up?

Run via Maven

  • mvn clean test
  • mvn clean spring-boot:run

Run via Docker

  • mvn clean package
  • ./docker-build.sh
  • ./docker-run.sh

Rest API

When the application is running, visit the following to view the api docs:

api docs