Nicholas Dwiarto's Bachelor Thesis.
Documentation will be written after the application is finished.
- Docker and Docker Compose
- Go 1.16+
- Postman Agent
- Shell that supports
make
,curl
, andsh
. WSL / Ubuntu / OS X should be able to do this just fine without any configuration.
- Provision infrastructures.
docker-compose up -d
- Run Go application.
make start
- Run unit tests.
make test
- Run integration tests, either with
make e2e
or Postman.