Skip to content

Latest commit

 

History

History

api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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 ''