FastAPI-DB-Cookiecutter/cookiecutter.json
2024-12-26 14:42:24 +02:00

7 lines
142 B
JSON

{
"project_name": "FastAPI Backend",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}",
"author": "keriks"
}