Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 497 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 497 Bytes

To-Do-List-Go

To Do List App with Golang and GRPC

Table of Contents

Overview

To Do List App with Golang and GRPC. - Add a TODO item - Add a TODO item - List all TODO items - Mark a TODO item as completed

#getting-started

# Run the db docker
docker compose up --detach

# Run the GRPC server 
go run cmd/main.go