Thanks to visit codestin.com
Credit goes to github.com

Skip to content

E-commerce platform for an online store, which includes features such as a product catalog, shopping cart functionality, and order management.

Notifications You must be signed in to change notification settings

setwith/Shopper

Repository files navigation

README

Info

  • Ruby version 3.1.2
  • Ruby on Rails 7.0.4

To get started with the app just:

  • clone the repo
 git clone https://github.com/setwith/RubyHW 
  • install the required gems (Gemfile)
gem install bundler

bundle
  • then run
rails db:setup
rails s

Log in

  • to log in as admin visit http://localhost:3000/admin and log in as the default user:

User: [email protected]

Password: password

  • to log in as user visit http://localhost:3000

User: [email protected]

Password: password

Sidekiq

  • Install Redis 6.0 or greater:
brew install redis

or

sudo apt install redis-server
  • Run Sidekiq
bundle exec sidekiq
  • Log in as admin
  • Open in browser http://localhost:3000/sidekiq

About

E-commerce platform for an online store, which includes features such as a product catalog, shopping cart functionality, and order management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages