Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 312 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 312 Bytes

Golang gRPC test project

How to start:

1. build executable:

  make build

2. run server app:

  make run_server

3. run client app:

  make run_client

Features:

  • Create new todo
  • List all created todos
  • Update existing todo
  • Connect to DB