Skip to content

This is a small demo e-commerce app built using Ruby on Rails.

Notifications You must be signed in to change notification settings

themonster2015/EcommerceSite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUBY ON RAILS E-COMMERCE APP

DESCRIPTIONS

This is a small demo e-commerce app building using Ruby on Rails.

LIVE LINK

The live demo app can be accessed via Ruby Ecommerce Store

HOW TO RUN ON YOUR LOCAL COMPUTER

Clone this repo to your local drive, cd to the app directory.

First, bundle install all required gems:

bundle install

Secondly, seed the database:

rails db:migrate && rails db:seed

Now you can start the server

rails s

About

This is a small demo e-commerce app built using Ruby on Rails.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published