Skip to content

anGie44/animal-rescue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a531048 · Apr 11, 2020

History

44 Commits
Apr 11, 2020
Apr 5, 2020
Apr 5, 2020
Apr 11, 2020
Apr 11, 2020
Apr 5, 2020
Apr 11, 2020
Apr 11, 2020
Apr 11, 2020
Apr 11, 2020
Apr 11, 2020
Apr 5, 2020
Apr 5, 2020
Apr 11, 2020
Apr 11, 2020
Apr 11, 2020

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