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
- Host: GitHub
- URL: https://github.com/angie44/animal-rescue
- Owner: anGie44
- Created: 2020-03-11T17:48:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T09:41:29.000Z (about 6 years ago)
- Last Synced: 2025-02-07T13:23:32.491Z (over 1 year ago)
- Topics: docker, heroku-deployment, rest-api
- Language: Go
- Homepage: https://animal-rescue-api.herokuapp.com
- Size: 6.56 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`