Skip to content
/ chober Public

🍡 Order management web application for food stalls at school festivals

License

Notifications You must be signed in to change notification settings

ricora/chober

Folders and files

NameName
Last commit message
Last commit date
Nov 18, 2024
Nov 23, 2024
Nov 20, 2024
Nov 21, 2024
Nov 10, 2024
Nov 20, 2024
Oct 17, 2024
Oct 8, 2024
Nov 18, 2024
Nov 21, 2024
Nov 21, 2024
Nov 21, 2024
Nov 22, 2024
Nov 18, 2024
Nov 18, 2024
Nov 22, 2024
Oct 8, 2024
Oct 8, 2024
Nov 21, 2024
Oct 8, 2024
Sep 19, 2024
Oct 8, 2024
Nov 21, 2024
Nov 21, 2024

Repository files navigation

Chober

Chober (帳場 + order + cyber) is an order management web application for food stalls at school festivals.

開発環境のセットアップ

リポジトリをクローンする。

git clone https://github.com/ricora/order.git

依存関係のインストール

bun install --frozen-lockfile

DBのセットアップ

  1. .envに以下を記述する。

    DATABASE_URL="file:./dev.db"
  2. マイグレーションをデータベースに適用する。

    bun prisma migrate dev
  3. Prisma Clientを生成する。

    bun prisma generate

開発サーバーの起動方法

bun run dev

関連ドキュメント

About

🍡 Order management web application for food stalls at school festivals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published