-
μ€μΉ
pip install "fastapi[all]"pip install python-dotenvpip install -r requirements.txt -
μ€λΉ root νμΌμ .env μμ± (openai key μ μΆ μ‘°μ¬!)
-
μ€ν ν°λ―Έλμμ
uvicorn main:app --reloadλ₯Ό μ€ν http://127.0.0.1:8000/docs μμ API λ¬Έμ νμΈ κ°λ₯
νμΌκ΅¬μ‘°:
.
βββ GustomateApp
β βββ database
β β βββ database.py
β β βββ models.py
β βββ dependency
β β βββ dependencies.py
β βββ signup
β βββ CRUD.py
β βββ router.py
β βββ schema.py
βββ README.md
βββ config.py
βββ create_Gustomate_Database.sql
βββ main.py
βββ requirements.txt