https://github.com/hudsonbrendon/cookiecutter-fastapi-template
Cookiecutter template for a FastAPI application
https://github.com/hudsonbrendon/cookiecutter-fastapi-template
Last synced: about 2 months ago
JSON representation
Cookiecutter template for a FastAPI application
- Host: GitHub
- URL: https://github.com/hudsonbrendon/cookiecutter-fastapi-template
- Owner: hudsonbrendon
- Created: 2025-01-10T17:45:06.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T14:13:48.000Z (2 months ago)
- Last Synced: 2025-04-09T17:08:23.961Z (about 2 months ago)
- Language: Python
- Size: 69.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cookiecutter FastAPI Template 🎉
## Setup and Run 🚀
Install the latest Cookiecutter if you don't have it already (this requires Cookiecutter 1.4.0 or higher):
```bash
pip install -U cookiecutter
```Generate a Python package project:
```bash
cookiecutter https://github.com/hudsonbrendon/cookiecutter-fastapi-template
```# Variables
- project_name: Sets the name of the project;
- project_slug: Sets the name of the project's main directory and other references to it;
- project_description: Sets the description of the project
- superuser_email: Sets the email of the super user initially created in the project, it is used to log the user in on the swagger screen. - superuser_password: Sets the password for the super user initially created in the project. It is used to log the user in on the swagger screen.## Contribute! 🤝