The README.md contains outdated information from the legacy Python/Heroku era that needs updating.
Outdated sections identified:
- References to Python tests (
pytest) - should be removed
- PostgreSQL setup instructions (lines 58-65) - replaced with MongoDB
- Gunicorn server instructions (line 41) - replaced with Node.js/Express
- Heroku hosting reference (line 100) - migrated to Dokku
- Mixed technology references that no longer apply
Context:
- Complete migration from Python/Flask to Node.js/Express completed
- Database migrated from PostgreSQL/MariaDB to MongoDB
- Infrastructure migrated from Heroku to Dokku
- Build system migrated from Webpack to Vite
Acceptance Criteria:
Priority: Medium
The README.md contains outdated information from the legacy Python/Heroku era that needs updating.
Outdated sections identified:
pytest) - should be removedContext:
Acceptance Criteria:
Priority: Medium