-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadMe.html
34 lines (31 loc) · 1.5 KB
/
ReadMe.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<h1>GraphQL API for my Movie DB React App</h1>
<h3><a href="https://theatre-database.herokuapp.com/playground">Playground (click)</a></h3>
<p>On the right side you will find 2 buttons <code>Docs</code> and <code>Schema</code>.
Click on the on the <code>Docs</code> and try a few queries
</p>
<h3><a href="https://theatre-database.herokuapp.com/graphiql">Graph<i>i</i>QL (click)</a></h3>
<p>Same as the above. In the top right side click the <code>Docs</code> button and go from there</p>
<h3><a href="https://theatre-database.herokuapp.com/voyager">Voyager (click)</a></h3>
<p>Link to <code>Voyager</code> as well</p>
<h3>Dependencies Used</h3>
<ul>
<li><h5><code>Spring Security</code></h5></li>
<li><h5><code>JJWT</code> JWT generator</h5></li>
<li><h5><code>Graphql Java Kickstart</code></h5>
<ul>
<li><h5><code>Playground</code></h5></li>
<li><h5><code>Graph<i>i</i>ql</code></h5></li>
<li><h5><code>Voyager</code></h5></li>
</ul>
</li>
<li><h5><code>Spring Web</code></h5></li>
<li><h5><code>Spring Data JPA</code></h5></li>
<li><h5><code>Hibernate Validator</code></h5></li>
<li><h5><code>PostgreSQL</code> as a DB</h5></li>
<li><h5><code>Spring Actuator</code></h5></li>
<li><h5><code>ModelMapper</code></h5></li>
<li><h5><code>Spring Devtools</code></h5></li>
<li><h5><code>Lombok</code></h5></li>
</ul>
<h3>Schema (PostgreSQL)</h3>
<img src="https://i.ibb.co/N1GJBCh/Movie-DB-domain-model.png" alt="image not available"/>