Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanjsanj/takeaway-challenge-2
https://github.com/sanjsanj/takeaway-challenge-2
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanjsanj/takeaway-challenge-2
- Owner: sanjsanj
- Created: 2015-07-25T17:00:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-04T13:18:52.000Z (over 9 years ago)
- Last Synced: 2024-05-16T01:13:57.821Z (6 months ago)
- Language: Ruby
- Size: 855 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
#Takeaway Challenge
[![Build Status](https://travis-ci.org/sanjsanj/takeaway-challenge-2.svg?branch=master)](https://travis-ci.org/sanjsanj/takeaway-challenge-2) [![Coverage Status](https://coveralls.io/repos/sanjsanj/takeaway-challenge-2/badge.svg?branch=master&service=github)](https://coveralls.io/github/sanjsanj/takeaway-challenge-2?branch=master) [![Code Climate](https://codeclimate.com/github/sanjsanj/takeaway-challenge-2/badges/gpa.svg)](https://codeclimate.com/github/sanjsanj/takeaway-challenge-2)
###Task
* Write a Takeaway program with the following user stories:
```
As a customer
So that I can check if I want to order something
I would like to see a list of dishes with pricesAs a customer
So that I can order the meal I want
I would like to be able to select some number of several available dishesAs a customer
So that I can verify that my order is correct
I would like to check that the total I have been given matches the sum of the various dishes in my order
```###To setup:
```
$ bundle
```###To run tests:
```
$ rake
```###To run app locally:
```
$ rackup
Then navigate to http://localhost:9292
```