Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 262 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 262 Bytes

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