nathan-wick / nutrition-ai

A mobile app that uses machine learning to provide personalized nutrition recommendations based on a user's dietary preferences, health goals, and exercise habits.
1 stars 1 forks source link

Create Models #42

Closed nathan-wick closed 1 year ago

nathan-wick commented 1 year ago

Using the information architecture, create models that can be used throughout the application. Models should be stored in the models folder.

For example, a User model would contain a User class with a name variable, email variable, etc.