This is a simple project focused on learning and improving with gRPC. It consists of a basic entity, Category, which is stored in an SQLite file database. Additionally, by using gRPC, it is possible to send operations to the gRPC server for saving and listing.
protoc --go_out=. --go-grpc_out=. proto/category.proto
evans -r repl
package pb
service CategoryService
call {function}