An open API service indexing awesome lists of open source software.

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

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! 🤝