Skip to content

Commit b7ec24b

Browse files
committed
Added Run it section
1 parent 1d8f6f8 commit b7ec24b

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,22 @@ We submit the VotesApp stack to the SpringBoot Content only.
5050

5151
To keep Readme clean, we moved the diary to: http://votesapp.de
5252

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+
5369
# Highlights
5470

5571
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`
201217
That was a really great week! Independent of the result we like to give special thanks to:
202218

203219
* 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)
205222

206223
We'll invite you both for beer, Greg when comming to US and Tarek when we are the next time in Berlin.
207-

0 commit comments

Comments
 (0)