[Enterprise] 대규모 온라인 학습 플랫폼(LMS)을 만들어줘.
【프로젝트 규모】엔터프라이즈급 (25+ 파일, 모듈화 구조)
【백엔드 모듈】
- auth: 학생/강사/관리자 역할, 프로필 관리
- courses: 코스 CRUD, 커리큘럼 구성, 미리보기
- lessons: 비디오, 텍스트, 퀴즈 레슨 타입
- progress: 진도 추적, 완료 인증서
- quiz: 퀴즈 생성, 자동 채점, 결과 분석
- discussions: 토론 포럼, Q&A
【프론트엔드】
- 메인: 코스 카탈로그, 카테고리, 검색
- 코스 상세: 커리큘럼, 리뷰, 강사 정보
- 레슨 플레이어: 비디오, 노트, 진도바
- 대시보드: 내 코스, 진행률, 인증서
- 강사 패널: 코스 관리, 학생 분석
【기술 스택】Flask, SQLAlchemy, Video.js, Tailwind CSS
【디자인】교육 플랫폼 스타일, 집중력 높은 UI
📝 프롬프트 히스토리
이 프로젝트를 만드는데 사용된 프롬프트들입니다.
1
2
[Enterprise] 코스, 강사, 커뮤니티 버튼을 눌렀을 때도 동작을 하도록 수정해주세요.
무료로 시작하기를 눌렀을 때도 동작하도록 수정해줘
3
[Enterprise] 10.2.2.24 - - [27/Dec/2025 21:06:05] "GET /courses HTTP/1.1" 404 -
10.2.2.24 - - [27/Dec/2025 21:06:09] "GET /instructors HTTP/1.1" 404 -
10.2.2.24 - - [27/Dec/2025 21:06:22] "GET /about HTTP/1.1" 404 -
에러를 수정해줘
📁 프로젝트 파일
models/__init__.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/api.py
code
app.py
code
templates/base.html
code
templates/login.html
code
static/css/style.css
code
logs.txt
text
models/user.py
code
models/course.py
code
models/instructor.py
code
models/community.py
code
utils/auth.py
code
utils/errors.py
code
templates/index.html
code
static/css/styles.css
code
static/js/main.js
code
routes/auth.py
code
routes/user.py
code
routes/courses.py
code
templates/courses.html
code
routes/instructors.py
code
templates/instructors.html
code
routes/community.py
code
templates/community.html
code
models.py
code
config.py
code
auth_blueprint.py
code
courses_blueprint.py
code
instructors_blueprint.py
code
pages_blueprint.py
code
errors_blueprint.py
code
requirements.txt
text
Dockerfile
other
README.md
text
💬 댓글 (0)