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
- Host: GitHub
- URL: https://github.com/teadove/teadoves-boilerplates
- Owner: TeaDove
- License: mit
- Created: 2021-08-30T09:59:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T13:20:53.000Z (over 3 years ago)
- Last Synced: 2023-03-11T19:16:04.803Z (over 3 years ago)
- Topics: boilerplate, cookiecutter, fastapi
- Language: Python
- Homepage:
- Size: 114 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```