Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1008 Bytes

README.md

File metadata and controls

45 lines (26 loc) · 1008 Bytes

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