Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 693 Bytes

File metadata and controls

37 lines (29 loc) · 693 Bytes

icha

使用するもの

  • python FastApi
    • SQLAlchemy
  • npm
    • Next.js
    • MUI

setup

  1. install package
    • sudo apt install -y python3.12 python3-clang clang
      curl -sSf https://rye-up.com/get | bash
  2. install depends
    rye sync
  3. copy .env
  4. write .env
  5. migrate database
    alembic revision --autogenerate
    alembic upgrade head

コーディング規約

  • このリポジトリではIssue・PR・コミットメッセージ・コードコメントを日本語で書く
  • データベースへのクエリはrepositoryに書く

Links