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
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,22 @@ We submit the VotesApp stack to the SpringBoot Content only.
50
50
51
51
To keep Readme clean, we moved the diary to: http://votesapp.de
52
52
53
+
# Run it on localhost
54
+
To run it in development mode, checkout the project and use the `bootRun` command to start it.
55
+
56
+
```
57
+
./gradlew bootRun
58
+
```
59
+
60
+
Now you can navigate your browser to "http://localhost:8080/" and access the WhatsApp/Yowsup mock.
61
+
62
+
> Integrating it with the real WhatsApp Servers can be done by using the `yowsup` and `mongo` profiles.
63
+
But this requieres a more complex setup (with https://github.com/s2team/yowsup and https://github.com/s2team/yowsup-rest) which we haven't submitted for the contest.
64
+
To make them run you need a SIM Card, an WhatsApp Password, ...
65
+
But to use and rate this application the "*developer*" mock should be enough.
66
+
67
+
Have a look to the Highlights section below for more insights.
68
+
53
69
# Highlights
54
70
55
71
This section describes some highlights of our Backend.
@@ -201,7 +217,7 @@ As configured by default, they can be checked at `http://localhost:8080/metrics`
201
217
That was a really great week! Independent of the result we like to give special thanks to:
202
218
203
219
* Greg for organizing this contest
204
-
* Tarek for keeping Yowsup run
220
+
* Tarek for your work on Yowsup. It was really interesting to have look at it
221
+
* The Spring Boot Team to make our work during this contest free of pain (regarding the java side)
205
222
206
223
We'll invite you both for beer, Greg when comming to US and Tarek when we are the next time in Berlin.
0 commit comments