An open API service indexing awesome lists of open source software.

https://github.com/lukasjarosch/educonn-monorepo


https://github.com/lukasjarosch/educonn-monorepo

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# educonn.de
> An online learning platform - build to get better at microservices.

## API [![Build Status](https://travis-ci.org/lukasjarosch/educonn-monorepo.svg?branch=develop)](https://travis-ci.org/lukasjarosch/educonn-monorepo)
The educonn APIs are specified using procotol buffers since we're using gRPC a lot.
Everything inside the `api` folder is managed using [prototool](https://github.com/uber/prototool) enforcing the [uber protobuf v2 style guide](https://github.com/uber/prototool/tree/dev/style).

+ [educonn Go API](https://github.com/lukasjarosch/educonn-go-api)