timeofinformatics / nodejs-sample-app

0 stars 1 forks source link

20210404 NodejsでCRUDできるようになろう #22

Closed teach310 closed 3 years ago

teach310 commented 3 years ago

概要

C: Create 新しいデータ作ること insert R: Read データ取得 select U: Update データ更新 update D: Delete データ削除 delete

progateでいうとこの辺 https://prog-8.com/lessons/nodejs/study/2 https://prog-8.com/lessons/nodejs/study/3 目標物を確認でわりと見れるから見ておくと参考になると思う

やること

Readはusersですでにあるので他のやつ

各自で以下作業を行う

teach310 commented 3 years ago

Createだけで2時間たったので終了

teach310 commented 3 years ago

https://github.com/timeofinformatics/nodejs-sample-app/pull/30