An open API service indexing awesome lists of open source software.

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触るだけ

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
```