You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
S13P11D208/
├── ai/ # FastAPI 기반 AI 모델 서버
├── backend/ # Spring Boot 백엔드 API 서버
├── frontend/ # React 프론트엔드 애플리케이션
├── exec/ # SQL 덤프 및 프로젝트 문서
├── readme/ # Readme 폴더
├── .env # 전체 서비스 환경변수
├── docker-compose.yml # 서비스 실행을 위한 Docker Compose 설정
└── README.md # 프로젝트 소개
🚀 시작하기
자세한 사항은 exec/포팅 매뉴얼.pdf 참고
설치 및 실행
저장소 복제
git clone https://lab.ssafy.com/s13-webmobile2-sub2/S13P11D208.git
cd S13P11D208
환경 변수 설정
프로젝트 루트 디렉토리에 .env 파일을 생성하고 필요한 환경 변수를 설정합니다.
frontend/feelroom/src 디렉토리에도 .env 파일을 생성하여 프론트엔드 관련 환경 변수를 설정합니다.
데이터베이스
로컬 또는 원격 데이터베이스에 movie_recommendation_db 스키마를 생성합니다.
exec/feelroom_dump.sql 파일을 사용하여 데이터베이스 테이블과 초기 데이터를 임포트합니다.