Witchy Wardrobe is a closet organizing SPA that allows you to create items of clothing and outfits. It is intended to help people realize how much they spend on clothes, how often do they use clothing items, and create outfits. It would be a great supplemental tool for someone trying out Project 333, the 4x4 capsule, or any other minimalist closet. You can access the Rails API backend here.
Check out the live site here.
Watch the demo here.
Make sure you have the following tools installed on your system:
Github
Ruby 2.6.1
Rails 6.0.3
Node.js v14.4.0
This is an example of what you you need to use the software and how to install them.
bundle install
rails console
rails db:migrate
- Make one folder and inside that folder clone both repos:
git clone git@github.com:MMcClure11/witchy-wardrobe-frontend.git
git clone git@github.com:MMcClure11/witchy-wardrobe-backend.git - cd witchy-wardrobe-backend
- Install the gemfile packages
bundle install - Set up the Database
rails db:create
rails db:migrate
optionally seed the database: rails db:seed - Starting the Server (keep open while running the program)
rails s - cd into witchy-wardrobe-frontend
open index.html
This will open in your browser.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Bug reports and pull requests are welcome on GitHub at https://github.com/MMcClure11/witchy-wardrobe-backend.git and https://github.com/MMcClure11/witchy-wardrobe-frontend.git.
Distributed under the MIT License. https://opensource.org/licenses/MIT
- Flatiron School
- @Jordles113