An open API service indexing awesome lists of open source software.

https://github.com/angie44/animal-rescue

Animal Rescue API
https://github.com/angie44/animal-rescue

docker heroku-deployment rest-api

Last synced: about 2 months ago
JSON representation

Animal Rescue API

Awesome Lists containing this project

README

          

# 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`