Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 353 Bytes

DEVELOPMENT.md

File metadata and controls

12 lines (7 loc) · 353 Bytes

Development instructions

Unit Tests

You can run the unit tests by simply running the command: go test -cover -race ./...

Development and Testing

To try the in test mode (using localstack)

  • start docker using: docker-compose up -d

Now you can run the application: go run cmd/main.go