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
@@ -89,7 +89,7 @@ CREATE TABLE todo.tasks (
89
89
);
90
90
```
91
91
92
-
## 4.) Configure, Build and Run the App <aname="app"></a>
92
+
## 4.) Configure, Build and Run the Apps <aname="app"></a>
93
93
94
94
This application is made of two parts:
95
95
@@ -168,7 +168,7 @@ Install the necessary packages by executing the following command (within [/src/
168
168
$ pip3 install flask mariadb python-dotenv
169
169
```
170
170
171
-
### d.) Build and run the [API app](src/api) <aname="build-run-api"></a>
171
+
### d.) Build and run the Python [API app](src/api) <aname="build-run-api"></a>
172
172
173
173
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!
174
174
@@ -180,11 +180,11 @@ $ python3 api.py
180
180
181
181
**Note:** You will need to use seperate terminals for the `client` and `api` apps.
182
182
183
-
### e.) Build and run the [UI (Client) app](src/client) <aname="build-run-client"></a>
183
+
### e.) Build and run the [UI (Client) app](https://github.com/mariadb-developers/todo-app-client) <aname="build-run-client"></a>
184
184
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.
186
186
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).
188
188
189
189
## Support and Contribution <aname="support-contribution"></a>
0 commit comments