wkurosawa / tasker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasker - Task Manager API

Simple application - Task CRUD API Built with:

  • Java Spring Boot
  • MySQL
  • Docker

Requirements

  • Docker installed The build process is going to install Gradle and build the dependencies using the Docker container resources.

Build Application

docker-compose build

This command should build the application using Gradle.

Run Application

docker-compose up

After running this command the application should be available on localhost port 80.

Stop Application

To stop both DB container and the Application container

docker-compose stop

Stop and remove containers

docker-compose down

This command is going to stop and then remove any container, volume and images created by this scripts.


Documentation

About


Languages

Language:Shell 53.4%Language:Java 42.3%Language:Dockerfile 4.3%