/agile-is-the-new-orange

This is a tool for agile software development in teams.

Primary LanguageJava

CI (Build and Test)

Introduction

This application is an API that can be used for a KanBan/Scrum board UI like this one.

Start the application using:

docker-compose -f docker-compose.yml up --build

Relevant Dev-Endpoints

Application: http://localhost:8080

Metrics: http://localhost:8081/actuator/prometheus

Swagger: http://localhost:8080/swagger-ui.html

Mongo: mongodb://localhost:27017

Only Starting the MongoDB Container

docker run -d -p 27017-27019:27017-27019 --name mongodb mongo:4.0.4