Skip to content

Simple bare bones eCommerce starter app in Ruby on Rails. Bulid your own store, with Mini Commerce.

License

Notifications You must be signed in to change notification settings

internetmango/mini_commerce

Repository files navigation

pipeline status coverage report

Mini Shop

Mini Shop is a basic e-commerce solution built with Ruby on Rails 6.0

Demo

You can view the demo deployed to heroku at https://minishopdemo.herokuapp.com.

Admin Credentials

You can login to the admin dashboard using the Email admin@example.com and Password mangointernet

Development Setup

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

Running Tests

Run RSpec by running the following command

bundle exec rspec

Contributing

Coming Soon

License

MIT Licensed

About

Simple bare bones eCommerce starter app in Ruby on Rails. Bulid your own store, with Mini Commerce.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published