https://github.com/dsk52/fastapi-sandbox
FastAPI触るだけ
https://github.com/dsk52/fastapi-sandbox
fastapi python3 sandbox
Last synced: about 2 months ago
JSON representation
FastAPI触るだけ
- Host: GitHub
- URL: https://github.com/dsk52/fastapi-sandbox
- Owner: dsk52
- Created: 2020-05-04T03:30:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-13T20:49:56.000Z (about 5 years ago)
- Last Synced: 2026-04-08T07:06:38.976Z (3 months ago)
- Topics: fastapi, python3, sandbox
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastAPI sandbox
Python の API フレームワークである、FastAPIを触ってみるだけ
## Setup
```sh
$ python -m venv venv
$ source venv/bin/activate.fish
$ pip install -r requirements.txt
```
## Start
```sh
# start uvicorn server
$ sh bin/serve.sh
```