Kotlin-Crud-Shop

Studying a basic crud, with kotlin and spring.

###Run with Docker
steps to test and reproduce the project.

mvn clean package

build the image(from dockerfile):

docker build --tag=tag-name .

Run the container

docker-compose up- d 

Check if is alive:

docker-compose ps

check more in
Docker-Spring-Guide

GitHub

View Github