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
+6-6
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This application is made of two parts:
17
17
- uses [MySqlConnector](https://github.com/mysql-net/MySqlConnector) with [Dapper](https://dapperlib.github.io/Dapper/) to connect to MariaDB.
18
18
- is a .NET solution located in the [api](src/api) folder.
19
19
20
-
This README will walk you through the steps for getting the TODO web application up and running using MariaDB.
20
+
This README will walk you through the steps for getting the `TODO` web application up and running using MariaDB.
21
21
22
22
# Table of Contents
23
23
1.[Requirements](#requirements)
@@ -26,8 +26,8 @@ This README will walk you through the steps for getting the TODO web application
26
26
4.[Create the database and table](#schema)
27
27
5.[Configure, build and run the apps](#app)
28
28
1.[Configure](#configure-api-app)
29
-
4.[Build and run the .NET API app](#build-run-api)
30
-
5.[Build and run the Client app](#build-run-client)
29
+
2.[Build and run the .NET API app](#build-run-api)
30
+
3.[Build and run the Client app](#build-run-client)
31
31
6.[Support and contribution](#support-contribution)
32
32
7.[License](#license)
33
33
@@ -128,11 +128,11 @@ Example implementation:
128
128
129
129
Build and run the application using Visual Studio. The solution will be built and the Web API project will begin listening on http://localhost:8080.
130
130
131
-
### c.) Build and run the [UI (Client) app](src/client) <aname="build-run-client"></a>
131
+
### c.) Build and run the [UI (Client) app](https://github.com/mariadb-developers/todo-app-client) <aname="build-run-client"></a>
132
132
133
-
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.
133
+
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.
134
134
135
-
To start the [client](src/client) application follow the instructions [here](https://github.com/mariadb-developers/todo-app-client).
135
+
To start the `client` application follow the instructions [here](https://github.com/mariadb-developers/todo-app-client).
136
136
137
137
## Support and Contribution <aname="support-contribution"></a>
0 commit comments