A wardrobe tracking app that allows you to track how often you wear all your clothing. Provides data on what clothing & accessories you wear the most, and which items you should get rid of because you never wear them.
Priorities to complete:
- Search route/request on home page baised on category query
- User creation/login/authentication
- Image uploader
{
id: integer
Username : string
}
{
id: integer
user_id: foreign key
img: string
category: string
style: string
use: string
color: string
wear_count: integer
created_at: date
}