kingdom-python-server icon indicating copy to clipboard operation
kingdom-python-server copied to clipboard

Modular, cohesive, transparent and fast web server template

Results 14 kingdom-python-server issues
Sort by recently updated
recently updated
newest added

## 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/):...

documentation
enhancement

## 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. ##...

enhancement
refactor

## 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...

enhancement
help wanted

## 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...

help wanted
design change