Version 0.2.0
All checks were successful
Run linters on applied template / Python 3.13 lint and build (push) Successful in 54s
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
This commit is contained in:
14
README.md
14
README.md
@@ -1,10 +1,12 @@
|
||||
## template-api
|
||||
## template-fastapi
|
||||
|
||||
This is a repository which contains a template for a FastAPI python service
|
||||
This is a repository which contains a template for a backend python microservice running a FastAPI framework
|
||||
|
||||
## Tsage
|
||||
Version 0.2.0
|
||||
|
||||
To use a template you need to use `cookiecutter`
|
||||
## Usage
|
||||
|
||||
1. `pipx install cookiecutter`
|
||||
2. `cookiecutter -o <new_project_path>`
|
||||
To use a template you need to use `copier`
|
||||
|
||||
1. `pipx install copier`
|
||||
2. `copier git+https://<this repository> <new_project_path> `
|
||||
|
||||
Reference in New Issue
Block a user