Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 279 Bytes

File metadata and controls

13 lines (8 loc) · 279 Bytes

api

Development

Once you docker-compose up -d, the whole stack spins up and your api server will run inside a container which will expose the port 5000.

Test

To run the unit tests, run the following command:

docker-compose run --rm api go test -run ''