[Enterprise] 대규모 음식 배달 플랫폼 (배달의민족 스타일)을 만들어줘.
【프로젝트 규모】엔터프라이즈급 (25+ 파일, 모듈화 구조)
【백엔드 모듈】
- auth: 고객/점주/배달원/관리자
- restaurants: 레스토랑 등록, 정보, 영업시간
- menus: 메뉴 CRUD, 카테고리, 옵션
- orders: 주문 생성, 상태 관리, 배달 추적
- reviews: 레스토랑/메뉴 리뷰
- coupons: 쿠폰/프로모션 관리
【프론트엔드 - 고객】
- 메인: 위치 기반 검색, 카테고리, 추천
- 레스토랑 상세: 메뉴, 리뷰, 정보
- 장바구니/결제: 메뉴 옵션, 배달 정보
- 주문 추적: 실시간 상태
【프론트엔드 - 점주】
- 대시보드: 주문 관리, 매출 통계
- 메뉴 관리: CRUD, 품절 처리
【기술 스택】Flask, SQLAlchemy, Leaflet.js
【디자인】배달 앱 스타일, 음식 사진 중심
📝 프롬프트 히스토리
이 프로젝트를 만드는데 사용된 프롬프트들입니다.
1
📁 프로젝트 파일
models/__init__.py
code
models/user.py
code
models/base.py
code
utils/__init__.py
code
utils/helpers.py
code
services/__init__.py
code
services/auth_service.py
code
routes/__init__.py
code
routes/auth.py
code
routes/api.py
code
app.py
code
config.py
code
templates/base.html
code
templates/index.html
code
templates/login.html
code
static/css/style.css
code
static/js/main.js
code
requirements.txt
text
Dockerfile
other
README.md
text
logs.txt
text
💬 댓글 (0)