commit f56427eec6d9a00660aba16e1f2e6216b844c24b Author: arjunpat Date: Mon Jul 30 12:01:56 2018 -0700 first commit diff --git a/sample_data.json b/sample_data.json new file mode 100644 index 0000000..c6358c0 --- /dev/null +++ b/sample_data.json @@ -0,0 +1,25 @@ +[{ + "first" : "John", + "last" : "Smith", + "email" : "johnsmith@gmail.com", + "phone" : 9492039201, + "address" : "12123 Stock Ave, Stockton, CA 92112", + "age" : 34 +}, +{ + "first" : "Mike", + "last" : "Jordan", + "email" : "mekadn@gmail.com", + "phone" : 8321829301, + "address" : "2121 Elk Tree, Victorville, CA 73821", + "age" : 21 +}, +{ + "first" : "Alex", + "last" : "Bergues", + "email" : "abuesg@gmail.com", + "phone" : "9120219293", + "address" : "81239 Oak Grove Ave, Folsom, CA 22012", + "age" : 50 +} +] \ No newline at end of file diff --git a/upload.html b/upload.html new file mode 100644 index 0000000..bf497dc --- /dev/null +++ b/upload.html @@ -0,0 +1,11 @@ + + + + Data Flow + + + + + + +