'''bash python -m venv .venv source .venv/bin/activate pip install fastapi unicorn beanie '''
'''bash git init New-Item .gitignore # window touch .gitignore # mac '''
git add README.md git commit -m "first commit" git branch -M main git remote add origin https://깃헙레포주소.git git push -u origin main '''
'''bash root --src --models/ --routes/ --main.py --.gitignore --pyproject.toml --README-md '''
'''shell uvicorn src.main:app --reload '''
- '로그인'이 있으면 좋겠다.
- '이메일'과 '비밀번호' 있으면 좋겠다.
- '이벤트' 추가, 삭제, 업데이트 좋겠다.
- '제목', '이미지', '설명', '태그', '위치', '날짜'