Check it out on heroku: https://outfitters1.herokuapp.com/
With Outfitter, users can create a digital closet and combine clothing items into outfits.
User Stories
- User can view all outfits on page
- User can view all items
- User can create a new outfit from items
- User can edit and delete outfits
Technologies used
- Ruby on Rails
- Javascript
- Jquery
- Materialize CSS
Wish list
- User can scale clothes on create outfit page
- Create different users and sessions
- View different users outfits and save them to own outfit
Setup
- Clone and cd into repository
- Run
bundle install
- Run
rails s
- Open up a browser and go to http://localhost:3000/