혼술바 딥딥(deepdeep) 메뉴·레시피·관리 기능을 제공하는 백엔드 API 서버입니다.
Python + FastAPI 기반으로 구성되어 있습니다.
- Production:
https://deepdeep-api.gomoving.shop/docs - Local:
http://localhost:8000/docs
- Python
- FastAPI
- SQLAlchemy 2.x (AsyncSession)
- PostgreSQL
- Alembic
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --reloadHealth check: GET /health
© 2026 MinJun Shin. All rights reserved.