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