Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 999 Bytes

README.md

File metadata and controls

48 lines (29 loc) · 999 Bytes

Store Demo

Setup

First, clone the repo

The Ruby version is defined in both the Gemfile and .ruby-version. Install that specific version using your Ruby Version Manager.

Then in your terminal

$ bundle install
$ bundle exec rake db:migrate db:test:prepare db:seed

Run the Tests

Run the tests and confirm that they're passing:

$ rake

Running in Development

Start the server normally:

$ rails server

You can login in as admin:

Or as a regular user:

About the Project

Frank's Monsterporium has the best selection, nay, the ONLY selection of Frank's awesome creations on the web.

Original Source

This project was created for the gSchool StoreEngine Project by the legendary Raphael Weiner who's code can be found here.