File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
This application is made of two parts:
12
12
13
13
* Client
14
- - communicates with the API.
14
+ - web UI that communicates with REST endpoints available through an API app (see below) .
15
15
- is a React.js project located in the [ client] ( src/client ) folder.
16
16
* API
17
17
- uses the [ MariaDB Python Connector] ( https://github.com/mariadb-corporation/mariadb-connector-python ) to connect to MariaDB.
@@ -94,7 +94,7 @@ CREATE TABLE todo.tasks (
94
94
This application is made of two parts:
95
95
96
96
* Client
97
- - communicates with the API.
97
+ - web UI that communicates with REST endpoints available through an API app (see below) .
98
98
- is a React.js project located in the [ client] ( src/client ) (/src/client) folder.
99
99
* API
100
100
- uses the [ MariaDB Python Connector] ( https://github.com/mariadb-corporation/mariadb-connector-python ) to connect to MariaDB.
You can’t perform that action at this time.
0 commit comments