Final Project: Are You Ready?
Before Gallery Walk, make sure you can check off every item:
- [ ] App/script runs end-to-end (no crashes on the happy path)
- [ ] No hardcoded API keys - using
.env + .gitignore
- [ ]
requirements.txt is complete (run pip freeze > requirements.txt)
- [ ]
README.md explains what your project does and how to run it
- [ ]
AI_USAGE.md documents how you used AI tools
- [ ] If deploying to Render:
- Start command correct?
gunicorn app:app (match your filename + variable)
- Environment variables set in Render dashboard?
- No
debug=True in production code?