Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 575 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 575 Bytes

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: