niushapaks / calculator

Calculator Kotlin Spring-Boot api containerized with Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator

Calculator Kotlin Spring-Boot api containerized with Docker

Build

gradle clean build bootJar
docker build . -t calculator

Deploy

docker run -p 3080:8080 calculator

Open

http://localhost:3080/calculator/api/

Resources

Kotlin Reference

https://kotlinlang.org/docs/reference/

Spring Boot Kotlin Tutorial

Docker Documentation

https://docs.docker.com/

About

Calculator Kotlin Spring-Boot api containerized with Docker

License:GNU General Public License v3.0


Languages

Language:Kotlin 96.7%Language:Dockerfile 3.3%