This is an example app demonstrating clean architecture and various tools
To run the app use the provided Makefile.
Use make run
to start the database and application.
There are multiple types of tests:
- unit tests - can be run anywhere
- integration tests - needs a docker socket
- api tests - needs a docker socket + newman cli
To run the unit tests use: make short
To run the unit tests + integration tests use: make test
To run the api tests use: make apitest