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

Populate Sample restaurant data #7

Open
VimanyuAgg opened this issue Oct 30, 2016 · 3 comments
Open

Populate Sample restaurant data #7

VimanyuAgg opened this issue Oct 30, 2016 · 3 comments
Assignees

Comments

@VimanyuAgg
Copy link
Contributor

MongoDB

@VimanyuAgg
Copy link
Contributor Author

VimanyuAgg commented Nov 2, 2016

--customer

[
{
"_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"
}
]

@sidanasparsh
Copy link
Contributor

-- Sample Table data
[
{
"_id": "581a6a305633ee91b5a306aa",
"RestName": "subway",
"Capacity": 5,
"isBooked": true
},
{
"_id": "581a6a3004cd810ad7e1b382",
"RestName": "subway",
"Capacity": 2,
"isBooked": false
},
{
"_id": "581a6a3050334297231ddbfc",
"RestName": "subway",
"Capacity": 3,
"isBooked": true
},
{
"_id": "581a6a30546c9a9e4e894238",
"RestName": "subway",
"Capacity": 3,
"isBooked": true
},
{
"_id": "581a6a3030fb2aae9fd55acb",
"RestName": "subway",
"Capacity": 4,
"isBooked": false
},
{
"_id": "581a6a30e59c7a41a58f341f",
"RestName": "subway",
"Capacity": 3,
"isBooked": false
},
{
"_id": "581a6a30150ee4b050ee1c07",
"RestName": "subway",
"Capacity": 3,
"isBooked": true
}
]

@sidanasparsh
Copy link
Contributor

Added table data for just one restaurant for now -- 'subway'

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

4 participants