Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 477 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 477 Bytes

wallet-api

This is a simple wallet management api service.

To get started create a config.yaml on the project root and follow the config-sample.yaml to populate it

To run the codebase, you can either run "go run ./" or "go run main.go"

NB: You need a mysql database and a redis database to be able to run the codebase

To run the unit tests, run "go test ./..."