Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Clone

React + FastAPI로 만든 인스타그램 클론 프로젝트입니다.

기술 스택

  • Frontend: React, React Router, Axios
  • Backend: FastAPI, SQLAlchemy, SQLite

실행 방법

방법 1: 한 번에 실행 (추천)

bash start.sh

브라우저에서 http://localhost:3000 접속

종료: Ctrl+C


방법 2: 개별 실행

백엔드

cd backend
pip install fastapi uvicorn sqlalchemy passlib python-jose python-multipart
uvicorn main:app --reload --port 8000

프론트엔드 (새 터미널)

cd frontend
npm install
npm start

주요 기능

  • 회원가입 / 로그인
  • 게시글 업로드 (이미지 + 캡션)
  • 피드 조회
  • 좋아요 / 댓글
  • 유저 프로필
  • 팔로우 / 언팔로우

About

인스타 복제

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages