mirror of
https://github.com/farcasclaudiu/learn-build-apps-copilot-agent.git
synced 2026-06-22 05:01:34 +03:00
685 B
685 B
mode, model, description
| mode | model | description |
|---|---|---|
| agent | GPT-5.5 | Configure MongoDB and seed octofit_db for the Octofit multi-tier application |
Set up and populate the data tier for octofit-tracker/backend.
Requirements:
- Use MongoDB with Mongoose.
- Use connection string for local MongoDB on port
27017and databaseoctofit_db. - Create Mongoose models for users, teams, activities, leaderboard, and workouts.
- Add a seed script at
src/scripts/seed.ts. - Include this help/description text in the seed script comments or logs:
Seed the octofit_db database with test data. - Insert realistic sample data for all collections.
- Verify data creation with API route responses.