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 and confirm that they're passing:
$ rake
Start the server normally:
$ rails server
You can login in as admin:
- email: [email protected]
- password: password
Or as a regular user:
- email: [email protected]
- password: password
Frank's Monsterporium has the best selection, nay, the ONLY selection of Frank's awesome creations on the web.
This project was created for the gSchool StoreEngine Project by the legendary Raphael Weiner who's code can be found here.