Skip to content

zhenriquegomes/AppPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppPC

A simple gRPC server to manage courses.

Prerequisites

You will need a gRPC client, I recommend evans.

Installing

Install evans using go

go install github.com/ktr0731/evans@latest

And check the version

evans --version

Finally, install project dependencies locally

go mod download

Running

Initiate your server

go run cmd/grpc_server/main.go

And access your server by the gRPC client

evans -r repl

Built With

  • gRPC - Remote Procedure Call (RPC) framework.
  • Protocol Buffers - Mechanism for serializing structured data.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages