kingdom-python-server
kingdom-python-server copied to clipboard
Modular, cohesive, transparent and fast web server template
## Issue For proper distribution and adherence, it's vital that we expose a clear, objective but also thorough documentation. ## Proposed solution Possible frameworks: - [mkdocs](https://github.com/mkdocs/mkdocs): simpler, markdown-based - [sphinx](https://www.sphinx-doc.org/en/master/):...
## Issues As of now, integrations and e2e tests assume that you have installed on your running machine every external service which application is built upon: postgres, redis, etc. ##...
## Issue As of now, there are two main usages for this repository: 1. a scaffold for new projects and 1. as a central repository that centers common dependencies, ABCs...
## Issue As of now, in Authentication aggregate, presentation layer (HTTP) sees right through service layer implementations and is responsible for passing proper dependencies, which is not optimal behavior as...