You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schema for entities should be written out and defined using TypeScript + Mongoose. The main models to focus on, for now, would be Users, Pets, Medications, and Settings. More models may be added and schema design may change, with time.
Acceptance Criteria
Entities carry all necessary attributes and are thorough
Relationships between entities are well established and necessary
Creates DB schema and typing for Users, Pets, Medications, and Settings
Integrates well with Mongoose + MongoDB
The text was updated successfully, but these errors were encountered:
Description
Acceptance Criteria
The text was updated successfully, but these errors were encountered: