Zero real estate application, single repo Microservice
- Set up env variables: Make a const.go inside config folder, fill in the needed info. User example.const as template
- You'll need a Postgres and mongodb account
- Set up Makefile. Use example.Makefile as template.
- Generate proto files using protoc, by running make commands:
$ make gen_listings
$ make gen_users
$ make gen_application
$ make gen_file_service
$ make gen_frontend
- Download GRPC follow: Please see GrpcGo.
- Download Go dependencies with:
$ go mod download
$ go mod tidy
$ npm i grpc-web