From aefab0130c096870b8fde69fd2b564db715e20a7 Mon Sep 17 00:00:00 2001 From: jaehwang Date: Mon, 27 Oct 2025 15:27:33 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EC=B4=88=20structure=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ main.py | 0 module/mysql_utils.py | 0 requirements.txt | 3 +++ 4 files changed, 8 insertions(+) create mode 100644 main.py create mode 100644 module/mysql_utils.py create mode 100644 requirements.txt diff --git a/README.md b/README.md index 9c1f463..277155c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # aio2o-fastapi-sample +## install + +``` +pip install -r requirements.txt +``` \ No newline at end of file diff --git a/main.py b/main.py new file mode 100644 index 0000000..e69de29 diff --git a/module/mysql_utils.py b/module/mysql_utils.py new file mode 100644 index 0000000..e69de29 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..832ff73 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +fastapi +uvicorn[standard] +mysql-connector-python \ No newline at end of file