Skip to content

anGie44/animal-rescue

Repository files navigation

animal-rescue

To run the server on your system:

  1. Run make run

To run the server in a Docker container:

  1. Run make docker-build

To only get dependencies and build binary (workdir/animal-rescue):

  1. Run make

To run tests:

  1. Run make test