You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
toshino 0c69c162f3 Change application: app to helloworld. 4 years ago
README.md Add comment: README を更新 4 years ago
main.py Change application: app to helloworld. 4 years ago

README.md

fastapi

ファイルと FastAPI() クラスを指定して鯖を立ち上げる。
$ uvicorn main:app --host 0.0.0.0
│ │ └── すべてのアクセスを許可
│ └── FastAPI() (app = FastAPI())
└── File (main.py)

API の構成。

汎用
https://api.mocup.org/
-> 127.0.0.1:8970/
-> /home/www/fastapi/
-> $ uvicorn main:app --host 0.0.0.0

追加
https://api1.mocup.org/
-> 127.0.0.1:8971/
-> /home/www/fastapi/api1/

特殊
https://api-hello.mocup.org/
-> 127.0.0.1:8389
-> /home/www/fastapi/helloworld/