This repo is a demo application that is being used to test the serviceweaver framework
The goal is to setup a project using the framework, that leverages as much code generation as possible once given service proto definitions.
Retrieve all the dependencies for the project with:
make tools
Generate the latest version of the code with:
make
Run the app
go run ./...
Rudimentary data can be retrieved with the example HTTP requests found in api.http: