Security Fixes

This commit is contained in:
Eric Gullickson
2025-08-24 14:39:50 -05:00
parent 000e71a026
commit e22d643ae3
19 changed files with 187 additions and 8838 deletions

View File

@@ -59,8 +59,8 @@ cat > "$BACKEND_DIR/README.md" << EOF
# Run feature tests
npm test -- features/$FEATURE_NAME
# Run feature migrations
npm run migrate:feature $FEATURE_NAME
# Run migrations (all features)
npm run migrate:all
\`\`\`
EOF
@@ -92,4 +92,4 @@ echo "1. Implement business logic in domain/${FEATURE_CAMEL}.service.ts"
echo "2. Add database columns to migrations/"
echo "3. Implement API validation"
echo "4. Add tests"
echo "5. Register routes in backend/src/app.ts"
echo "5. Register routes in backend/src/app.ts"