Skip to content

lit-technology/space-service

Repository files navigation

Space Service

Setup

Run make to get a list of commands.

  • make setup performs downloading dependencies, generating files and running Postgres on Docker with tables and configuration.
  • make godoc creates a HTML API documentation.
  • make mod installs dependencies.
  • make proto installs gogoprotobuf and compiles Protobuf files.
  • make json installs gojay and generates JSON Serializers and Deserializers.
  • make postgres installs and runs Postgres 11 Docker on port 5437.
  • make tables creates various tables.
  • make coverage creates a HTML test coverage report.

Deployment

  • make deploy compiles a binary for Linux 64-bit, zips and deploys through ElasticBeanstalk.

License

Copyright (©) Philip Bui - All Rights Reserved
Unauthorized copying of this file, via any medium is strictly prohibited
Proprietary and confidential
Written by Philip Bui <philip.bui.developer@gmail.com>