## Building First time or when a dependency changes or when the API changes, run: ``` glide install ``` To quick build and run (using default database): ```sh api.sh ``` To build the docker image: ```sh build.sh ``` ## Releasing ```sh release.sh ```