plageoj / fukagawa-coffee

オープンソース在庫管理サービスを作る / An open source online stock management service
https://fukagawa-coffee.web.app/
GNU General Public License v3.0
0 stars 3 forks source link

シードを導入する #62

Open plageoj opened 2 years ago

plageoj commented 2 years ago

経緯・理由

Firebase emulators を入れ、データベースが起動毎に初期化されてしまうので、 初期データの投入ができるようにする

追加内容詳細

エミュレータにシードデータを投入する npm run seed を実装

完了要件

上記スクリプトを実行することで、ユーザー、(Storage)、Item、Customer、(History)、Order の初期データが登録されている状態になること。

手順・方法

その他の解決方法

No response