All checks were successful
Run linters on applied template / Python 3.13 lint and build (push) Successful in 54s
Changes: - add metrics dispencer - add basic authentication dependency - enable GZIP middleware - add !env() example to deploy section - update dependencies state attribute name
13 lines
287 B
Markdown
13 lines
287 B
Markdown
## template-fastapi
|
|
|
|
This is a repository which contains a template for a backend python microservice running a FastAPI framework
|
|
|
|
Version 0.2.0
|
|
|
|
## Usage
|
|
|
|
To use a template you need to use `copier`
|
|
|
|
1. `pipx install copier`
|
|
2. `copier git+https://<this repository> <new_project_path> `
|