NCDC フロント課題[Markdown Editor]のバックエンドリポジトリ
# install
$ npm install
# migration
$ npm run migration:run
# start build
$ npm run build
# 実行
$ npm run start
API の Document は、
アプリを起動後、http://localhost:3000/api
にて Swagger で確認できる。
$ cp ./data/bk-dev.sqlite ./data/dev.sqlite