Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 297 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 297 Bytes

taskhelp-api

TODO管理 Node.js Express Typescript練習用プログラム

初回設定

npm install

cp .env.template

.env (設定を自分のものに書き換える)

npm install -g db-migrate

(ローカルDBに taskhelp_development を作成)

db-migrate up

起動方法

npm run dev