Skip to content

Latest commit

 

History

History
executable file
·
523 lines (509 loc) · 9.16 KB

README.adoc

File metadata and controls

executable file
·
523 lines (509 loc) · 9.16 KB

kotlin-springboot

features:
  • Signup account

  • Password reset and update

  • Account settings

  • Users management

Running

to test the app

Open terminal and run : ./gradlew check

to run the app

Open terminal and run : ./gradlew bootRun

to run the cli

Open terminal and run : ./gradlew cli