You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This application is made of two parts:
18
18
- uses the [MariaDB Node.js Connector](https://github.com/mariadb-corporation/mariadb-connector-nodejs) to connect to MariaDB.
19
19
- is a Node.js project located in the [api](src/api) folder.
20
20
21
-
This README will walk you through the steps for getting the TODO web application up and running using MariaDB.
21
+
This README will walk you through the steps for getting the `TODO` web application up and running using MariaDB.
22
22
23
23
# Table of Contents
24
24
1.[Requirements](#requirements)
@@ -27,7 +27,7 @@ This README will walk you through the steps for getting the TODO web application
27
27
4.[Create the database and table](#schema)
28
28
5.[Configure, build and run the app](#app)
29
29
1.[Configure](#configure-app)
30
-
2.[Build and run the API app](#build-run-api)
30
+
2.[Build and run the Node.js API app](#build-run-api)
31
31
3.[Build and run the Client app](#build-run-client)
32
32
6.[Support and contribution](#support-contribution)
33
33
7.[License](#license)
@@ -176,11 +176,11 @@ $ npm install
176
176
$ npm start
177
177
```
178
178
179
-
### c.) Build and run the [UI (Client) app](src/client) <aname="build-run-client"></a>
179
+
### c.) Build and run the [UI (Client) app](https://github.com/mariadb-developers/todo-app-client) <aname="build-run-client"></a>
180
180
181
-
Once the API project is running you can now communicate with the exposed endpoints directly (via HTTP requests) or with the application UI, which is contained with the [client](src/client) folder of this repo.
181
+
Once the API project is running you can now communicate with the exposed endpoints directly (via HTTP requests) or with the application UI, which is contained with the `client` folder of this repo.
182
182
183
-
To start the [client](src/client) application follow the instructions [here](https://github.com/mariadb-developers/todo-app-client).
183
+
To start the `client` application follow the instructions [here](https://github.com/mariadb-developers/todo-app-client).
184
184
185
185
## Support and Contribution <aname="support-contribution"></a>
0 commit comments