Skip to content

jalexanderII/zero_microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zero

Zero real estate application, single repo Microservice

Table of Contents

Installation

  1. Set up env variables: Make a const.go inside config folder, fill in the needed info. User example.const as template
  2. You'll need a Postgres and mongodb account
  3. Set up Makefile. Use example.Makefile as template.
  4. 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
  1. Download GRPC follow: Please see GrpcGo.
  2. Download Go dependencies with:
   $ go mod download
   $ go mod tidy
   $ npm i grpc-web

About

Zero real estate application, single repo Microservice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages