Run make to get a list of commands.
make setupperforms downloading dependencies, generating files and running Postgres on Docker with tables and configuration.make godoccreates a HTML API documentation.make modinstalls dependencies.make protoinstalls gogoprotobuf and compiles Protobuf files.make jsoninstalls gojay and generates JSON Serializers and Deserializers.make postgresinstalls and runs Postgres 11 Docker on port 5437.make tablescreates various tables.make coveragecreates a HTML test coverage report.
make deploycompiles a binary for Linux 64-bit, zips and deploys through ElasticBeanstalk.
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>