Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanjsanj/takeaway-challenge-2


https://github.com/sanjsanj/takeaway-challenge-2

Last synced: 3 days ago
JSON representation

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 prices

As a customer
So that I can order the meal I want
I would like to be able to select some number of several available dishes

As 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
```