forked from lagom/lagom-java-chirper-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (19 loc) · 928 Bytes
/
index.html
File metadata and controls
22 lines (19 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<title>Lagom Java Chirper</title>
</head>
<body>
<div>
<h2>Welcome to the Lagom Java Chirper Project</h2>
<p>
This project demonstrates how to build a twitter-like application, with a few microservices, in Java. For a step by step guide of the project watch the screencasts:
<ul>
<li><a href="https://www.youtube.com/watch?v=D9y2Ex3NN34" class="shortcut" target="_blank">Introduction to Lagom and its Service API</a></li>
<li><a href="https://www.youtube.com/watch?v=1cOqYMe-Zm0" class="shortcut" target="_blank">Development Setup</a></li>
<li><a href="https://www.youtube.com/watch?v=yj581pSRflQ" class="shortcut" target="_blank">Managing Data Persistence</a></li>
<li><a href="https://www.youtube.com/watch?v=0Z0UIZxW1aw" class="shortcut" target="_blank">ConductR Deployment</a></li>
</ul>
</p>
</div>
</body>
</html>