Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergk/demo-fastapi
https://github.com/sergk/demo-fastapi
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergk/demo-fastapi
- Owner: SergK
- License: apache-2.0
- Created: 2023-11-26T09:00:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T16:09:48.000Z (about 1 year ago)
- Last Synced: 2024-10-10T14:16:45.478Z (4 months ago)
- Language: Smarty
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastapi
Fastapi baseline
## Docker
```bash
docker build -t myimage .
docker run --rm -it -p 8080:8080 myimage
```