Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fastapi-mvc/example
Example project created by fastapi-mvc from fastapi-mvc/copier-project template
https://github.com/fastapi-mvc/example
fastapi fastapi-boilerplate fastapi-template helm kubernetes mvc python redis redis-cluster redis-operator
Last synced: 3 days ago
JSON representation
Example project created by fastapi-mvc from fastapi-mvc/copier-project template
- Host: GitHub
- URL: https://github.com/fastapi-mvc/example
- Owner: fastapi-mvc
- License: mit
- Created: 2022-01-07T01:41:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T07:21:39.000Z (about 1 year ago)
- Last Synced: 2024-05-01T18:16:16.833Z (7 months ago)
- Topics: fastapi, fastapi-boilerplate, fastapi-template, helm, kubernetes, mvc, python, redis, redis-cluster, redis-operator
- Language: Python
- Homepage: https://github.com/fastapi-mvc/fastapi-mvc
- Size: 1.51 MB
- Stars: 44
- Watchers: 1
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# example
[![CI](https://github.com/fastapi-mvc/example/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/fastapi-mvc/example/actions/workflows/main.yml)
[![K8s integration](https://github.com/fastapi-mvc/example/actions/workflows/integration.yml/badge.svg)](https://github.com/fastapi-mvc/example/actions/workflows/integration.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
![GitHub](https://img.shields.io/badge/fastapi-v.0.98.0-blue)
![GitHub](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)
![GitHub](https://img.shields.io/badge/license-MIT-blue)---
## This project was generated with [fastapi-mvc](https://github.com/fastapi-mvc/fastapi-mvc)
### Documentation
You should have documentation deployed to your project GitHub pages via [Build Docs workflow](https://github.com/fastapi-mvc/example/actions/workflows/docs.yml)
**NOTE!** You might need to enable GitHub pages for this project first.
To build docs manually:
```shell
make docs
```Then open `./site/index.html` with any browser.
## License
This project is licensed under the terms of the MIT license.