Skip to content

Fruits Backend (Questions and Answers surveys) hosted on AWS ELB.

License

Notifications You must be signed in to change notification settings

lit-technology/fruits-service

Repository files navigation

Fruits Service

Setup

Run make to get a list of commands.

  • make setup performs downloading dependencies, generating files and running Postgres on Docker.
  • 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 db creates various Postgres databases.
  • make tables creates various Postgres tables.
  • make coverage creates a HTML test coverage report.

Deployment

  • make deploy compiles an executable 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>

Releases

No releases published

Packages

No packages published