Skip to content

AahzBrut/recipestore

Repository files navigation

recipestore

Java CI with Gradle

Kotlin Spring WebFlux reference project

Usage

Login (/api/v1/login)

Admin privileges:
user name: admin
password: 123

User privileges:
user name: user
password: 123

returns jwt token in response body, this token must be provided in auth header when calling other endpoints (see example Postman scripts).

url: jdbc:h2:file:~/recipestore/db
user: sa
password: