This imperfect project is being used to demo effective code reviews using AI.
A full-stack application to track your inventory
npm install1a. 'npm install nodemon'npm run seednpm run server-dev- In a separate terminal,
npm run client-dev
- Sequelize validators
- Consider using destructuring in express
- e.g. const {title, category, etc} = req.body
- With middleware for defaults, see Dan's app.use example
- Authorization - or wait until later
- Move validation to back end
- Context
- Deployment