Skip to content

A wardrobe catalog site. MVC Project for WCCI week 12

Notifications You must be signed in to change notification settings

loudigi/wardrobe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wardrobe

A wardrobe catalog site. MVC Project for WCCI week 12

Overview

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.

Details

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

Stretch Tasks

  • 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

About

A wardrobe catalog site. MVC Project for WCCI week 12

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published