기초 structure 추가

main
jaehwang 2025-10-27 15:27:33 +09:00
parent 77fc0ca24d
commit aefab0130c
4 changed files with 8 additions and 0 deletions

View File

@ -1,2 +1,7 @@
# aio2o-fastapi-sample
## install
```
pip install -r requirements.txt
```

0
main.py Normal file
View File

0
module/mysql_utils.py Normal file
View File

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
fastapi
uvicorn[standard]
mysql-connector-python