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
+4-4
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This application is made of two parts:
19
19
- uses the [MariaDB Python Connector](https://github.com/mariadb-corporation/mariadb-connector-python) with [SQLAlchemy](https://www.sqlalchemy.org/) to connect to MariaDB.
20
20
- is a Python project located in the [api](src/api) folder.
21
21
22
-
This README will walk you through the steps for getting the TODO web application up and running using MariaDB.
22
+
This README will walk you through the steps for getting the `TODO` web application up and running using MariaDB.
23
23
24
24
# Table of Contents
25
25
1.[Requirements](#requirements)
@@ -178,11 +178,11 @@ $ python3 api.py
178
178
179
179
**Note:** You will need to use seperate terminals for the `client` and `api` apps.
180
180
181
-
### e.) Build and run the [UI (Client) app](src/client) <aname="build-run-client"></a>
181
+
### e.) Build and run the [UI (Client) app](https://github.com/mariadb-developers/todo-app-client) <aname="build-run-client"></a>
182
182
183
-
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.
183
+
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.
184
184
185
-
To start the [client](src/client) application follow the instructions [here](https://github.com/mariadb-developers/todo-app-client).
185
+
To start the `client` application follow the instructions [here](https://github.com/mariadb-developers/todo-app-client).
186
186
187
187
## Support and Contribution <aname="support-contribution"></a>
0 commit comments