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

https://github.com/teadove/teadoves-boilerplates

FastAPI boilerplate for quick start
https://github.com/teadove/teadoves-boilerplates

boilerplate cookiecutter fastapi

Last synced: about 1 year ago
JSON representation

FastAPI boilerplate for quick start

Awesome Lists containing this project

README

          

#### Table of content
1. [boilerplates](https://github.com/TeaDove/TeaDoves-boilerplates/tree/master/boilerplates) - `coockiecutter` boilerplates
2. [examples](https://github.com/TeaDove/TeaDoves-boilerplates/tree/master/examples) - already created and ready to use examples
3. [satellites](https://github.com/TeaDove/TeaDoves-boilerplates/tree/master/satellites) - `.gitignore`, `pre-commit-config.yaml`, etc.

#### Boilerplates
- RawFastApi
Minimum workings fastapi boilerplate
```shell
cookiecutter \
https://github.com/TeaDove/TeaDoves-boilerplates \
--directory boilerplates/RawFastApi
```
- DDDFastapi
Fastapi boilerplate with minimum DDD
```shell
cookiecutter \
https://github.com/TeaDove/TeaDoves-boilerplates \
--directory boilerplates/DDDFastapi
```
- Nginx
Nginx boilerplate, with ssl, corses, backend and frontend
```shell
cookiecutter \
https://github.com/TeaDove/TeaDoves-boilerplates \
--directory boilerplates/nginx
```

### Coockiecutter
To use [coockicutter](https://github.com/cookiecutter/cookiecutter) simply
```shell
pip3 install cookiecutter
```