From 69a6cce1bf5d8381537b98f81d4a2b53ff3b4faa Mon Sep 17 00:00:00 2001 From: Nmuta Date: Thu, 30 Jun 2016 15:17:29 -0600 Subject: [PATCH 1/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ec0ee7..5dab3f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -## Static api service - +![](https://github.com/gSchool/static_api_service/blob/master/service.png) ### Instructions: From 28f664f52af5c8d94be4e66b8b8b4591866beeb1 Mon Sep 17 00:00:00 2001 From: Nmuta Date: Thu, 30 Jun 2016 15:19:31 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5dab3f9..758e387 100644 --- a/README.md +++ b/README.md @@ -229,3 +229,5 @@ should return ``` With that data, in the front end, show the profile page for that user. +* IF YOU DO THE STRETCH, THIS MEANS THAT YOU HAVE THREE ROUTES ON THE BACK END, AND THREE PAGES ON THE FRONT END * : +Users, Active Users, and User Profile. From 0f6b769b7f254cc5e2b4c6b58a750e60905701c9 Mon Sep 17 00:00:00 2001 From: Nmuta Date: Thu, 30 Jun 2016 15:20:25 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 758e387..d576a55 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ node module: "id": 0, "first_name": "Marina", "last_name": "Karima", - "active": 0, + "active": 1, "y_code": "xA0D" } }, { @@ -52,7 +52,7 @@ node module: "id": 1, "first_name": "Hank", "last_name": "Clementine", - "active": 0, + "active": 1, "y_code": "Y37P" } }, { @@ -124,7 +124,7 @@ node module: "id": 10, "first_name": "Ammie", "last_name": "Alvera", - "active": 0, + "active": 1, "y_code": "673D" } }, { @@ -132,7 +132,7 @@ node module: "id": 11, "first_name": "Willia", "last_name": "Illa", - "active": 0, + "active": 1, "y_code": "A654" } }, { @@ -188,7 +188,7 @@ node module: "id": 18, "first_name": "Nilsa", "last_name": "Ned", - "active": 0, + "active": 1, "y_code": "vtJ9" } }, {