React + FastAPI로 만든 인스타그램 클론 프로젝트입니다.
- Frontend: React, React Router, Axios
- Backend: FastAPI, SQLAlchemy, SQLite
bash start.sh브라우저에서 http://localhost:3000 접속
종료: Ctrl+C
백엔드
cd backend
pip install fastapi uvicorn sqlalchemy passlib python-jose python-multipart
uvicorn main:app --reload --port 8000프론트엔드 (새 터미널)
cd frontend
npm install
npm start- 회원가입 / 로그인
- 게시글 업로드 (이미지 + 캡션)
- 피드 조회
- 좋아요 / 댓글
- 유저 프로필
- 팔로우 / 언팔로우