Sample microservice for use with basebox, written in Python
Go to file
2023-10-04 21:08:37 +02:00
.envrc add direnv configuration 2023-09-27 16:02:56 +02:00
.gitignore ignore vscode and direnv 2023-09-27 16:02:34 +02:00
app.py add authentication 2023-10-04 21:08:37 +02:00
auth.py add authentication 2023-10-04 21:08:37 +02:00
config.py add authentication 2023-10-04 21:08:37 +02:00
config.toml add authentication 2023-10-04 21:08:37 +02:00
consts.py add authentication 2023-10-04 21:08:37 +02:00
LICENSE Initial commit 2023-09-27 13:42:00 +00:00
main.py add authentication 2023-10-04 21:08:37 +02:00
README.md Initial commit 2023-09-27 13:42:00 +00:00
requirements.txt add authentication 2023-10-04 21:08:37 +02:00
schema.py add authentication 2023-10-04 21:08:37 +02:00

py-microservice

Sample microservice for use with basebox, written in Python