Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user booking module #4

Open
VimanyuAgg opened this issue Oct 30, 2016 · 1 comment
Open

user booking module #4

VimanyuAgg opened this issue Oct 30, 2016 · 1 comment
Assignees

Comments

@VimanyuAgg
Copy link
Contributor

No description provided.

@VimanyuAgg VimanyuAgg self-assigned this Oct 30, 2016
@VimanyuAgg
Copy link
Contributor Author

Sample Customer Database:

[
{
"_id": "581a4d945824c9a794e2d44b",
"customerName": "Norris Wallace",
"customerID": "86d8303e-1567-4fe6-9303-90e7bd1e7bce",
"customerTwitter": "norriswallace@norsul.com",
"custFoodType": "American Junk"
},
{
"_id": "581a4d94988aaf1f3b7346a0",
"customerName": "Ryan Cox",
"customerID": "e137da65-a554-4135-b899-242fff44493f",
"customerTwitter": "ryancox@norsul.com",
"custFoodType": "Continental"
},
{
"_id": "581a4d9437a080159239fc47",
"customerName": "Lucinda Burton",
"customerID": "e2c33b8c-6e33-4d43-a3c5-3773d48e3575",
"customerTwitter": "lucindaburton@norsul.com",
"custFoodType": "American Junk"
},
{
"_id": "581a4d945afb2281960e4a0a",
"customerName": "Newton Woodard",
"customerID": "bcb9380c-3cff-4ba7-967f-4b96b5d496fc",
"customerTwitter": "newtonwoodard@norsul.com",
"custFoodType": "Chinese"
},
{
"_id": "581a4d941cdbd7a4f3103dd5",
"customerName": "Susanna Mcmillan",
"customerID": "82a86ed6-bc1f-4cce-b4ce-6a6a8f9fa79a",
"customerTwitter": "susannamcmillan@norsul.com",
"custFoodType": "Indian"
},
{
"_id": "581a4d948cf1623af98ecf5d",
"customerName": "Deann Nicholson",
"customerID": "1eee459d-0d41-4027-876a-d222ae8443ec",
"customerTwitter": "deannnicholson@norsul.com",
"custFoodType": "Continental"
},
{
"_id": "581a4d94aae8dac0577d6af0",
"customerName": "Rosella Downs",
"customerID": "0ff581ff-5949-4a03-be36-3237f49f6e2d",
"customerTwitter": "roselladowns@norsul.com",
"custFoodType": "American Junk"
}
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant