Mini Shop is a basic e-commerce solution built with Ruby on Rails 6.0
You can view the demo deployed to heroku at https://minishopdemo.herokuapp.com.
You can login to the admin dashboard using the Email admin@example.com and Password mangointernet
Run the following commands to setup the Rails app in your local machine.
bundle install
yarn install
bundle exec rails db:migrate
bundle exec rails db:seed
bundle exec rails server
Run RSpec by running the following command
bundle exec rspec
Coming Soon
MIT Licensed