Ecommerce Site built with JS and Rails
This is a Single Page Application where a user can sign up, log in, view products available in the database, add products to their cart and checkout their order.
Demo: https://vimeo.com/380126898
Pre-requisites:
Ruby 2.6.0 or higher
Installation
Clone this repository and run $'bundle install' to get the required gems listed in the Gemfile. Run $rails db:migrate to set up the database. For mock user account data: a) Adjust the data in the seed file b) Run $rails db:seed
Requires Stripe api keys in order to checkout with Stripe: https://stripe.com/
Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/gitluky/ecommerce-site-project. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License Available as open source under the terms of the MIT License.
Code of Conduct Everyone interacting in the ecommerce-site-project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.