- python FastApi
- SQLAlchemy
- npm
- Next.js
- MUI
- install package
-
sudo apt install -y python3.12 python3-clang clang curl -sSf https://rye-up.com/get | bash
-
- install depends
rye sync
- copy .env
- write .env
- migrate database
alembic revision --autogenerate alembic upgrade head
- データベースへのクエリはrepositoryに書く