This API was written for a test interview.
The port listening for the api is :9000
If you are using docker, simply run docker compose up
.
- Install air.
- run
air -c .air.conf
There is one unit test written to make this task interesting. To perform the test, simply run:
go test ./...
In future, I will add github actions to run tests on pull requests and generating and pushing docker containers to AWS registry.