Skip to content

Commit 43410cc

Browse files
authored
update README.md for Diego
1 parent 2cc487f commit 43410cc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,21 @@ Make sure you are in the Java EE [perspective](http://help.eclipse.org/juno/inde
131131
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.
132132
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.
133133

134+
## Demo ##
135+
136+
Once you start your application, the landing page should look similar to that shown below:
137+
138+
![image](images/psqlMain.png)
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+
![image](images/psqlUpload.png)
143+
144+
You can also delete contents from your database using the "Clear DB" button:
145+
146+
![image](images/psqlDelete.png)
147+
148+
134149
## License ##
135150
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
136151

0 commit comments

Comments
 (0)