/todoapp

A simple Todo list application to demonstrate REST and gRPC protocols

Primary LanguageGo

TodoApp

This is a fairly simple Todo application to demonstrate server-client communication using REST and later using gRPC.

TodoApp Features

  1. Show todo list
  2. Add item to the list
  3. Mark item as Done