To get a local copy up and running follow these steps.
- Install Go
https://go.dev/doc/install
- Install Go-Task
https://taskfile.dev/installation/
- Clone the repo
git clone https://github.com/CETEN-BDE/accounts.git
- Setup dependencies
task setup
To start the api
go run cmd/accounts/main.goThe request handler and type for the api are auto-generated with oapi-codegen Use:
task regenTo update the file accounts.gen.go
For more examples, please refer to the Documentation
See the organization's contributing guidelines