Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanjsanj/takeaway-challenge
https://github.com/sanjsanj/takeaway-challenge
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanjsanj/takeaway-challenge
- Owner: sanjsanj
- Created: 2015-03-28T13:51:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-29T20:16:43.000Z (over 9 years ago)
- Last Synced: 2024-05-16T01:13:57.773Z (6 months ago)
- Language: Ruby
- Size: 238 KB
- Stars: 0
- Watchers: 2
- 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/makersacademy/takeaway-challenge.svg?branch=master)](https://travis-ci.org/makersacademy/takeaway-challenge)
[![Coverage Status](https://coveralls.io/repos/makersacademy/takeaway-challenge/badge.png)](https://coveralls.io/r/makersacademy/takeaway-challenge)Brief
-----
To write a takeaway restaurant program using a BDD approach to satisfy the supplied user stories.User Stories
------------
```sh
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 orderAs a customer
So that I am reassured that my order will be delivered on time
I would like to receive a text such as "Thank you! Your order was placed and will be delivered before 18:52" after I have ordered
```How To Run
----------
Run `rake` in the application's root folderProof that Twilio sent me an accurate message
---------------------------------------------
![image](https://github.com/sanjsanj/takeaway-challenge/blob/master/IMAGES/SanjayTwilioMSG.PNG?raw=true)