Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 203 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 203 Bytes

Simple CRUD TODO List with gRPC

Requirements:

  • Go version: 1.20.1

Setup

Generate Protobuf

  • RUN make gen-protoc

Run Server

  • RUN make run-server

Run Client

  • RUN make run-client