Skip to content

Commit 76b8f63

Browse files
authored
Update README.md
1 parent 6ce50d2 commit 76b8f63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ CREATE TABLE todo.tasks (
8989
);
9090
```
9191

92-
## 4.) Configure, Build and Run the App <a name="app"></a>
92+
## 4.) Configure, Build and Run the Apps <a name="app"></a>
9393

9494
This application is made of two parts:
9595

@@ -168,7 +168,7 @@ Install the necessary packages by executing the following command (within [/src/
168168
$ pip3 install flask mariadb python-dotenv
169169
```
170170

171-
### d.) Build and run the [API app](src/api) <a name="build-run-api"></a>
171+
### d.) Build and run the Python [API app](src/api) <a name="build-run-api"></a>
172172

173173
Once you've pulled down the code and have verified that all of the required packages are installed you're ready to run the application!
174174

@@ -180,11 +180,11 @@ $ python3 api.py
180180

181181
**Note:** You will need to use seperate terminals for the `client` and `api` apps.
182182

183-
### e.) Build and run the [UI (Client) app](src/client) <a name="build-run-client"></a>
183+
### e.) Build and run the [UI (Client) app](https://github.com/mariadb-developers/todo-app-client) <a name="build-run-client"></a>
184184

185-
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.
185+
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.
186186

187-
To start the [client](src/client) application follow the instructions [here](https://github.com/mariadb-developers/todo-app-client).
187+
To start the `client` application follow the instructions [here](https://github.com/mariadb-developers/todo-app-client).
188188

189189
## Support and Contribution <a name="support-contribution"></a>
190190

0 commit comments

Comments
 (0)