Description NCDC フロント課題のバックエンドリポジトリ Installation & exec # install $ npm install # migration $ npm run migration:run # start build $ npm run build # 実行 $ npm run start API API の Document は、 アプリを起動後、http://localhost:3000/api にて Swagger で確認できる。 DB を初期状態に戻す $ cp ./data/bk-dev.sqlite ./data/dev.sqlite