Skip to content

Latest commit

 

History

History
executable file
·
81 lines (70 loc) · 1.66 KB

README.adoc

File metadata and controls

executable file
·
81 lines (70 loc) · 1.66 KB

REST-API

features:
  • Signup account (work in progress)

  • Password reset and update (work in progress)

  • Account settings (todo)

  • Users management (todo)

Running

App

Open terminal and run :

./gradlew :bootRun

CLI

Open terminal and run :

./gradlew :cli

Test the app

Open terminal and run :

./gradlew :check

Tests reports(required firefox installed)

Open terminal and run :

./gradlew :apiCheckFirefox