This is midcourse project for CraftAcademy Class Feb-april 2017. It's a slow food internet order page.
Pivotal Tracker Pivotal Tracker for SloFo.
GitHub This site base reside on GitHub Pages.
Fork and clone repo, then run:
$ bundle install
Then:
$rake db:migrate
We are using Semaphoreci CI for continous integration and Heroku The site address https://slowfood-online-feb-17.herokuapp.com
-
Ruby version Ruby 2.3.3
-
Configuration
- Ruby on rails
- Haml
-
Database creation
- rails db:create
-
Database initialization
- rails db:migrate
-
How to run the test suite
-
Tests:
- rake to run all test
- rspec to run spec test
- cucumber to run feature test
-
Dependencies:
- acts as shoppingcart gem
- devise gem