Skip to content

Commit 01b1836

Browse files
authored
Update README.md
1 parent a2ccdc2 commit 01b1836

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This README will walk you through the steps for getting the TODO web application
2828
4. [Create the database and table](#schema)
2929
5. [Configure, build and run the app](#app)
3030
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)
3232
3. [Build and run the Client app](#build-run-client)
3333
6. [Support and contribution](#support-contribution)
3434
7. [License](#license)
@@ -170,11 +170,11 @@ $ npm install
170170
$ npm start
171171
```
172172

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

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.
176176

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).
178178

179179
## Support and Contribution <a name="support-contribution"></a>
180180

0 commit comments

Comments
 (0)