casperjureskog / slow_food_online_feb_17

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SloFo

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.

Installing

Fork and clone repo, then run:

$ bundle install

Then:

$rake db:migrate

Deployment

We are using Semaphoreci CI for continous integration and Heroku The site address https://slowfood-online-feb-17.herokuapp.com

Information about project:

  • 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

About


Languages

Language:Ruby 55.8%Language:CSS 18.3%Language:Gherkin 13.1%Language:HTML 11.5%Language:JavaScript 1.4%