Supports CRUD operations for Donors and Acceptors entities
See project docs: https://github.com/life-blood/documentation
- Docker Desktop installed on your machine
$ git clone https://github.com/life-blood/accounts-service/
Open a new window in your terminal to start the docker instance hosting the MYSql image and run:
$ docker-compose up
Then start the service:
$ go run main.go
