|
13 | 13 |
|
14 | 14 | ### Data |
15 | 15 |
|
16 | | -<details open="open"> |
17 | | - <ul> |
18 | | - <li><a href="https://flywaydb.org/">Flyway</a> - Version control for database</li> |
19 | | - <li><a href="https://www.mysql.com/">MySQL</a> - Open-Source Relational Database Management System</li> |
20 | | - <li><a href="https://www.h2database.com/html/main.html">H2 Database Engine</a> - Java SQL database. Embedded and server modes; in-memory databases</li> |
21 | | - </ul> |
22 | | -</details> |
| 16 | +| Technology | Description | |
| 17 | +|--------------------------------------------------------------------------|-----------------------------------------------------------------| |
| 18 | +|<a href="https://flywaydb.org/">Flyway</a> |Version control for database | |
| 19 | +|<a href="https://www.mysql.com/">MySQL</a> |Open-Source Relational Database Management System | |
| 20 | +|<a href="https://www.h2database.com/html/main.html">H2 Database Engine</a>|Java SQL database. Embedded and server modes; in-memory databases| |
23 | 21 |
|
24 | 22 | ### Client - Frontend/UI |
25 | 23 |
|
26 | | -<details open="open"> |
27 | | - <ul> |
28 | | - <li><a href="https://getbootstrap.com/">Bootstrap</a> - Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development.</li> |
29 | | - <li><a href="https://bootstrap-table.com/">Bootstrap Table</a> - An extended table to the integration with some of the most widely used CSS frameworks.</li> |
30 | | - <li><a href="https://www.thymeleaf.org/">Thymeleaf</a> - Modern server-side Java template engine for both web and standalone environments.</li> |
31 | | - </ul> |
32 | | -</details> |
| 24 | +| Technology | Description | |
| 25 | +|----------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------| |
| 26 | +|<a href="https://getbootstrap.com/">Bootstrap</a> |Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development.| |
| 27 | +|<a href="https://bootstrap-table.com/">Bootstrap Table</a>|An extended table to the integration with some of the most widely used CSS frameworks. | |
| 28 | +|<a href="https://www.thymeleaf.org/">Thymeleaf</a> |Modern server-side Java template engine for both web and standalone environments. | |
33 | 29 |
|
34 | 30 | ### Server - Backend |
35 | 31 |
|
36 | | -<details open="open"> |
37 | | - <ul> |
38 | | - <li><a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html">JDK</a> - Java™ Platform, Standard Edition Development Kit</li> |
39 | | - <li><a href="https://spring.io/projects/spring-boot">Spring Boot</a> - Framework to ease the bootstrapping and development of new Spring Applications</li> |
40 | | - <li><a href="https://maven.apache.org/">Maven</a> - Dependency Management</li> |
41 | | - <li><a href="https://www.jsonwebtoken.io/">JSON Web Token</a> - Encode or Decode JWTs</li> |
42 | | - </ul> |
43 | | -</details> |
| 32 | +| Technology | Description | |
| 33 | +|-----------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------| |
| 34 | +|<a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html">JDK</a>|Java™ Platform, Standard Edition Development Kit | |
| 35 | +|<a href="https://spring.io/projects/spring-boot">Spring Boot</a> |Framework to ease the bootstrapping and development of new Spring Applications| |
| 36 | +|<a href="https://maven.apache.org/">Maven</a> |Dependency Management | |
| 37 | +|<a href="https://www.jsonwebtoken.io/">JSON Web Token</a> |Encode or Decode JWTs | |
44 | 38 |
|
45 | 39 | ### Libraries and Plugins |
46 | 40 |
|
|
0 commit comments