SJSU272Lab / HaveASeat

2 stars 0 forks source link

Populate Sample restaurant data #7

Open VimanyuAgg opened 7 years ago

VimanyuAgg commented 7 years ago

MongoDB

VimanyuAgg commented 7 years ago

--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 commented 7 years ago

-- 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 commented 7 years ago

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