Closed teach310 closed 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ですでにあるので他のやつ
各自で以下作業を行う
Createだけで2時間たったので終了
https://github.com/timeofinformatics/nodejs-sample-app/pull/30
概要
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ですでにあるので他のやつ
各自で以下作業を行う