iamshaunjp / iamshaunjp/MERN-Stack-Tutorial
const {title, load, reps} = req.body in Workout route remain null when populated
オープン
- 主要言語
- 言語のデータがありません
- スター
- 401
- フォーク
- 252
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
add these to server.js
var bodyParser = require('body-parser')
app.use(bodyParser.urlencoded({
extended: true
}));
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start in server.js and inspect the Workout route's request-body handling. Add the shown body-parser URL-encoded middleware there, then verify that title, load, and reps from req.body are populated instead of null.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, node.js
- 領域
- backend
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 45/100