Udemy: instagram clone code

주제무·2023년 3월 29일
0

프로젝트

목록 보기
3/4

fastapi와 react를 어느정도 익히고 간단한 프로젝트를 진행해보려한다.
udemy에 인스타그램 clone project로 선택

요구사항

백엔드

  • signup, login, logout
  • upload an image with a caption
  • retrieve and display all posts
  • delete a post
  • comment

시작

~/Documents/github
$conda create -n instra_clone python=3.10.10
$conda activate insta_clone
$conda install poetry
$poetry new insta_clone
$poetry add fastapi uvicorn

프로젝트 디렉토리 생성 시, 파일 구조

0개의 댓글