https://github.com/robmarkcole/fastapi-experiments
https://github.com/robmarkcole/fastapi-experiments
fastapi
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/robmarkcole/fastapi-experiments
- Owner: robmarkcole
- License: apache-2.0
- Created: 2020-11-08T08:49:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-08T09:34:13.000Z (over 5 years ago)
- Last Synced: 2025-03-25T00:07:48.361Z (about 1 year ago)
- Topics: fastapi
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastapi-experiments
Repo to try out things like devcontainers, codespaces and simple (non aws) deployment options. Want a workflow where we can develop and package using docker containers and deploy to an internet accessible with a simple deployment experience and authentication handled somehow.
### Deploy on deta
* Tryout https://fastapi.tiangolo.com/deployment/deta/
* Annoyingly install script does not add deta to PATH, had to export manually
* Initially receive `{"errors":["Unauthorized"]}` from browser but the API is running and can query it via deta UI
* Run `disabled http auth` then can access vi browser
* Deta also host a simple json db which could be useful
### devcontainers