Run make to get a list of commands.
make setupperforms downloading dependencies, generating files and running Postgres on Docker.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 dbcreates various Postgres databases.make tablescreates various Postgres tables.make coveragecreates a HTML test coverage report.
make deploycompiles an executable 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>