기초 structure 추가
parent
77fc0ca24d
commit
aefab0130c
|
|
@ -1,2 +1,7 @@
|
||||||
# aio2o-fastapi-sample
|
# aio2o-fastapi-sample
|
||||||
|
|
||||||
|
## install
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
fastapi
|
||||||
|
uvicorn[standard]
|
||||||
|
mysql-connector-python
|
||||||
Loading…
Reference in New Issue