/article-rest-api

simple rest api with Kotlin Spring 3

Primary LanguageKotlin

Kotlin Spring boot 3 - REST API

I've used the code from this tutorial series REST with Spring Boot 3 (Spring Security 6) Thank you Piotr Wolak

Getting Started

  1. Install Docker (if you haven't done already)
  2. run docker build -t image_name .
  3. run docker run -p 8080:8080 image_name (feel free to change PORT number)