You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,21 @@ Make sure you are in the Java EE [perspective](http://help.eclipse.org/juno/inde
131
131
7. Create and bind the elephantSQL service by selecting either an existing elephantSQL service or creating one by selecting the icon in the top right. Search for ElephantSQL, and you can bind the application through the plugin GUI.
132
132
8. Hit `Next` and `Finish`. Your app should deploy to Bluemix and be available at the URL you gave it. This can be viewed in the ACE UI.
133
133
134
+
## Demo ##
135
+
136
+
Once you start your application, the landing page should look similar to that shown below:
137
+
138
+

139
+
140
+
You can browse and upload a new-line separated .txt file to add its contents to a the database (1 entry for each line of text):
141
+
142
+

143
+
144
+
You can also delete contents from your database using the "Clear DB" button:
145
+
146
+

147
+
148
+
134
149
## License ##
135
150
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
0 commit comments