Back-end for Clothzilla, an ecommerce app integrated with Stripe Payment Processing. Built with a React front end and Ruby on Rails back end. Styling was done with Semantic UI and Custom CSS.
To use, fork and clone this repository, & start api server and run:
bundle install
rails db:create && rails db:migrate
rails s
Browse clothing by product type
Add and remove items to cart
Payment Processing with Stripe
