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-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ This README will walk you through the steps for getting the TODO web application
28
28
4.[Create the database and table](#schema)
29
29
5.[Configure, build and run the app](#app)
30
30
1.[Configure](#configure-app)
31
-
2.[Build and run the API app](#build-run-api)
31
+
2.[Build and run the Node.js API app](#build-run-api)
32
32
3.[Build and run the Client app](#build-run-client)
33
33
6.[Support and contribution](#support-contribution)
34
34
7.[License](#license)
@@ -170,11 +170,11 @@ $ npm install
170
170
$ npm start
171
171
```
172
172
173
-
### c.) Build and run the [UI (Client) app](src/client) <aname="build-run-client"></a>
173
+
### c.) Build and run the [UI (Client) app](https://github.com/mariadb-developers/todo-app-client) <aname="build-run-client"></a>
174
174
175
-
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.
175
+
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.
176
176
177
-
To start the [client](src/client) application follow the instructions [here](https://github.com/mariadb-developers/todo-app-client).
177
+
To start the `client` application follow the instructions [here](https://github.com/mariadb-developers/todo-app-client).
178
178
179
179
## Support and Contribution <aname="support-contribution"></a>
0 commit comments