https://github.com/themonster2015/ecommercesite
This is a small demo e-commerce app built using Ruby on Rails.
https://github.com/themonster2015/ecommercesite
ecommerce rails ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
This is a small demo e-commerce app built using Ruby on Rails.
- Host: GitHub
- URL: https://github.com/themonster2015/ecommercesite
- Owner: themonster2015
- Created: 2017-07-15T20:48:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T04:11:30.000Z (over 3 years ago)
- Last Synced: 2025-02-02T11:14:27.167Z (over 1 year ago)
- Topics: ecommerce, rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 1.63 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://frozen-coast-37199.herokuapp.com/)
## 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 ```