A gRPC study using the Buffy API
Development of a simple gRPC API that encapsulates the Buffy the Vampire Slayer and Angel series public API
There are simple steps to get the project running. These are:
- Compile the proto files: For this one you'll need docker installed on your machine. If you've already got Docker just run the Makefile command:
make compile-proto-go
After this a gen
folder containing all the compiled protofiles will be created
- Build and Run: You can build and run the project with the following command:
make run
This project was roughly based on this article by Alexandre Miziara