Skip to content

Steward-app/steward.app

Repository files navigation

Steward.app

Documentation Status Build Status Coverage Status

Lightweight maintenance DB. Still heavily in development.

local

Installation

Python3.5 is the current minimum supported version of Python.

make dependencies # python requirements
make proto # proto client libraries
make app # frontend resources
make run_backend -j 10 # run backend microservices with defaults (set ARGS to override partially or BE_ARGS to completely)
make run_frontend # run frontend service with defaults (set FE_PORT)

API exploration

make run_backend_monolithic & # defaults assume MongoDB running on localhost
evans -r
steward@127.0.0.1:50051> show service # list services and their RPCs and request types
steward@127.0.0.1:50051> service UserService # select service
steward.UserService@127.0.0.1:50051> call ListUsers # perform a call

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published