Skip to content

Commit 937d74e

Browse files
authored
Update README.md
1 parent 7174a6f commit 937d74e

1 file changed

Lines changed: 29 additions & 4 deletions

File tree

README.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# APIJSON
2+
23
A Functional JSON Format Protocal.
34

4-
You can set any JSON structure and your server will return a JSON String with the structure you had set like this:
5+
You can set any JSON structure and your server will return a JSON String with the structure you had set like this:
56

67
## Request:
78
{<br />
@@ -25,8 +26,6 @@ You can set any JSON structure and your server will return a JSON String with th
2526
&nbsp; &nbsp; }<br />
2627
}</p>
2728

28-
<p>&nbsp;</p>
29-
3029
## Response:
3130
{<br />
3231
&nbsp; &nbsp; &quot;[]&quot;:{<br />
@@ -144,8 +143,34 @@ You can set any JSON structure and your server will return a JSON String with th
144143
}</p>
145144

146145

146+
## Usage
147+
148+
### 1.Download and Unzip APIJSON project
149+
150+
Clone or download > Download ZIP > Unzip to a path and remember it.
151+
152+
### 2.Import MySQL table files
153+
154+
Start MySQLWorkbench > Enter a connection > Click Server menu > Data Import > Select download path</p>
155+
156+
of APIJSON-Master/table > Start Import > refresh SCHEMAS, and you'll see the tables were already added.</p>
157+
158+
### 3.Run Server project with IntellIJ IDEA
159+
160+
If you don't have installed it, please download and install before run.
161+
162+
### 4.Run Client project with ADT or Android Studio
163+
164+
If you don't have installed any editor above, please download and install before run.
165+
166+
### 5.Operate Client app
167+
168+
Select a json request to send to server and wait. It will show the result received.
169+
170+
147171
## Welcome star, welcome fork
148-
[https://github.com/TommyLemon/APIJSON](https://github.com/TommyLemon/APIJSON)
172+
173+
[https://github.com/TommyLemon/APIJSON](https://github.com/TommyLemon/APIJSON)
149174

150175
## Download Client&nbsp;App
151176

0 commit comments

Comments
 (0)