ksetoue / kotlin-spring-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot & Kotlin API Template

All Contributors

Backend CI

About

This is a template project for those who intent to start developing an API using Kotlin, Spring Boot and some initial configurations such as lint rules, logging with opentelemetry and swagger for API documentation.

Requirements

Kotlin + Spring Boot

Running

with docker

Run on your terminal:

HTTPS:

git clone https://github.com/ksetoue/kotlin-spring-api.git

Running in development mode

  1. Open your terminal or console
  2. test the docker ps command
  3. go to the project folder then run:
    $ docker-compose up -d
    # newer versions of docker engine:
    $ docker compose up -d

Accessing


Contributors

Thanks goes to these wonderful people (emoji key):


Karoline Setoue

💻 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

About


Languages

Language:Kotlin 96.4%Language:Dockerfile 3.6%