jhonoryza / restapikotlin-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

  • build project run ./gradew build
  • build docker image run docker build -t app:0.0.1 .
  • run apps docker compose up -d

API

  • api register
  • api login
  • api logout private
  • api crud categories @Auth private
  • api crud posts @Auth private
  • api list posts
  • api detail posts
  • api list categories

check test.http file for more detail

About


Languages

Language:Java 64.4%Language:Kotlin 35.3%Language:Dockerfile 0.3%