Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 265 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 265 Bytes

Bonify coding challenge

Instructions

See INSTRUCTIONS.md

How to run it

  1. Initial the database: ./init-docker-db.sh
  2. start the server: mvn spring-boot:run

Run test

  1. start the server
  2. run the test cases: ./test.sh