A wardrobe catalog site. MVC Project for WCCI week 12
Create a database-first web application for managing the contents of your wardrobe. The app will allow you to add, edit, view, and delete items in your closet.
Design an app that will let you manage the contents of your closet. It should support several different types of clothing stored in your database:
- Tops
- Bottoms
- Shoes
- Accessories
Each item of clothing will need to have the following properties kept with it:
- ID
- Name
- Photo
- Type
- Color
- Season
- Occasion
- Have the images for each item display on the index view
- Outfit Model
- Integrated views with the Outfits model
- Show several pieces of clothing from your model on one view