/my-portal-api-v2

A kotlin rewrite of the my portal backend

Primary LanguageKotlin

How to run Unit tests

  1. Create a copy of gradle-local.properties.example and name it gradle-local.properties
  2. Set the value of project_id
  3. Get the google-credetials.json file associated with the project and place it in the root folder.
  4. Run tests with ./gradlew clean test or gradlew.bat clean test