Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 512 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 512 Bytes

Roaming Prices Service

todo:

  • init project
  • add README.md
  • make separate config file for different environments
    • we have for dev, test, prod, local environments (any time can be removed)
  • Dockerization
    • Dockerfile
    • docker-compose.yml
  • Tests organise
  • basic rest endpoints

how to run the project:

use this command:

./gradlew run

how to run the tests:

./gradlew test