-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatabase inserts
1 lines (1 loc) · 1.23 KB
/
database inserts
1
db.stalls.insert([{"name": "8-Bite", "writeup": "8-Bite serves simple but amazing burgers. Their burgers have no frills, but deliver everything a great burger is supposed to have: a soft bun, a juicy patty, and great flavor.", "menu":[{"name": "The Gun Slinger", "price": 110, "stall":"8-Bite"},{"name": "The Healer", "price": 110, "stall":"8-Bite"},{"name": "The Warrior", "price": 110, "stall":"8-Bite"}]},{"name": "Kwentong Kanin", "writeup": "Kwentong Kanin brings us back to our roots through Filipino food. It reminds us of the meaning we have on our own dishes and tells us a different story in each and every bite.", "menu":[{"name": "Bangus Sisig", "price": 120, "stall":"Kwentong Kanin"},{"name": "Bangus", "price": 120, "stall":"Kwentong Kanin"},{"name": "Chicken Sisig", "price": 120, "stall":"Kwentong Kanin"}]},{"name": "Kusina", "writeup": "Kusina is the perfect place for those looking for classic comfort Filipino food. With dishes like their creamy Pork Sisig, crunchy Lechon Kawali and savory Pork Liempo, customers are sure to leave satisfied and fulfilled!.", "menu":[{"name": "Lechon Kawali", "price": 130, "stall":"Kusina"},{"name": "Pork Liempo", "price": 130, "stall":"Kusina"},{"name": "Pork Sisig", "price": 130, "stall":"Kusina"}]}])