Cookiecutter Template¶
This project can be used as a Cookiecutter template to generate new projects.
Contents¶
- Overview - Template features and structure
- Customization - Customizing the generated project
- Examples - Example projects built with this template
Quick Start¶
```bash
Install cookiecutter¶
pip install cookiecutter
Generate new project¶
cookiecutter gh:acikabubo/fastapi-http-websocket
Follow the prompts to customize your project¶
```
See Overview for more information.