
Full Stack Development with Spring Boot and React
By :

In Chapter 3, Using JPA to Create and Access a Database, we are going to use MariaDB, so you will need to install it locally on your computer. MariaDB is a widely used open source relational database. MariaDB is available for Windows and Linux, and you can download the latest stable community version from https://mariadb.com/downloads/. MariaDB is developed under a GNU's Not UNIX (GNU) General Public License version 2 (GPLv2) license. The following steps guides you to install MariaDB:
Figure 1.14 – MariaDB installation (Step 1)
Figure 1.15 – MariaDB installation (Step 2)
Figure 1.16 – MariaDB installation (Step 3)
Figure 1.18 – HeidiSQL
We now have everything needed to start the implementation of the backend.