An open API service indexing awesome lists of open source software.

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.

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 ```