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

a5-jhyuen-joseph-yuen #91

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Prev Previous commit
Next Next commit
added Mongoose, but still not working yet
jhyuen committed Oct 7, 2019

Verified

This commit was signed with the committer’s verified signature.
shreddedbacon Ben Jackson
commit 2ef05c0bcf56fedda7736cf0f176d5afdb918d35
58 changes: 57 additions & 1 deletion db.json
Original file line number Diff line number Diff line change
@@ -143,6 +143,62 @@
"seasoning": "none",
"size": "small",
"ordernum": 94
},
{
"yourname": "John Doe",
"phone": "123-456-7890",
"potato": "yellow",
"seasoning": "none",
"size": "small",
"ordernum": 95
},
{
"yourname": "John Doe",
"phone": "123-456-7890",
"potato": "yellow",
"seasoning": "none",
"size": "small",
"ordernum": 96
},
{
"yourname": "John Doe",
"phone": "123-456-7890",
"potato": "yellow",
"seasoning": "none",
"size": "small",
"ordernum": 97
},
{
"yourname": "John Doe",
"phone": "123-456-7890",
"potato": "yellow",
"seasoning": "none",
"size": "small",
"ordernum": 98
},
{
"yourname": "John Doe",
"phone": "123-456-7890",
"potato": "yellow",
"seasoning": "none",
"size": "small",
"ordernum": 99
},
{
"yourname": "John Doe",
"phone": "123-456-7890",
"potato": "yellow",
"seasoning": "none",
"size": "small",
"ordernum": 100
},
{
"yourname": "John Doe",
"phone": "123-456-7890",
"potato": "yellow",
"seasoning": "none",
"size": "small",
"ordernum": 101
}
],
"users": [
@@ -155,5 +211,5 @@
"password": "grader"
}
],
"ordercount": 95
"ordercount": 102
}
Loading