Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zackees/template-fastapi-project
Default FastAPI Default Project with Docker, ready for Render.com / DigitalOcean
https://github.com/zackees/template-fastapi-project
Last synced: about 1 month ago
JSON representation
Default FastAPI Default Project with Docker, ready for Render.com / DigitalOcean
- Host: GitHub
- URL: https://github.com/zackees/template-fastapi-project
- Owner: zackees
- License: mit
- Created: 2022-11-16T23:47:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T02:27:48.000Z (about 1 month ago)
- Last Synced: 2024-11-26T02:32:45.206Z (about 1 month ago)
- Language: Python
- Size: 87.9 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-fastapi-project
This template is used by https://github.com/zackees/make-fastapi-app
#### Platform tests
[![MacOS_Tests](https://github.com/zackees/template-fastapi-project/actions/workflows/test_macos.yml/badge.svg)](https://github.com/zackees/template-fastapi-project/actions/workflows/test_macos.yml)
[![Ubuntu_Tests](https://github.com/zackees/template-fastapi-project/actions/workflows/test_ubuntu.yml/badge.svg)](https://github.com/zackees/template-fastapi-project/actions/workflows/test_ubuntu.yml)
[![Win_Tests](https://github.com/zackees/template-fastapi-project/actions/workflows/test_win.yml/badge.svg)](https://github.com/zackees/template-fastapi-project/actions/workflows/test_win.yml)#### Lint
[![Lint](https://github.com/zackees/template-fastapi-project/actions/workflows/lint.yml/badge.svg)](https://github.com/zackees/template-fastapi-project/actions/workflows/lint.yml)
Example FastAPI Project with Docker, ready for Render.com / DigitalOcean
To deploy the test app simply fork the repository and go to Render.com, login with your github account, and select this repo that you forked in your account. It should run without any changes.