Skip to content

agusrichard/python-golang-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

A simple microservice todo app built using gRPC, Python, and Golang.

How to run this repo locally

  • Clone this repo.
  • Install all dependencies at each project.
    • main service:
      • Go to main-service folder.
      • Create virtual environment.
      • Run pip install.
    • auth service:
      • Go to auth folder.
      • Run go get to install golang dependencies.
    • todo service:
      • Go tun todo folder.
      • Run go get to install golang dependecies.
  • Run all of the services.
    • main service: run python app.py
    • auth service: run go run main.go
    • todo service: run go run main.go

You can read how to build this project here:

About

A simple todo app built using gRPC, Python and Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published