Skip to content

Commit ed0147f

Browse files
authored
Update README.md
1 parent b7660a1 commit ed0147f

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

Diff for: README.md

+3-15
Original file line numberDiff line numberDiff line change
@@ -152,23 +152,11 @@ From [/src/api](src/api) execute the following CLI command to start the the Pyth
152152
```bash
153153
$ python3 api.py
154154
```
155-
### e.) Build and run the [UI (Client) app](src/client) <a name="build-run-client"></a>
155+
### e.) Build and run the [UI (Client) app](https://github.com/mariadb-developers/flights-app-client) <a name="build-run-client"></a>
156156

157-
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.
157+
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.
158158

159-
To start and run the API application you need to execute the following commands within the [client root folder](src/client).
160-
161-
1. Install the Node.js packages (dependendies) for the app.
162-
163-
```bash
164-
$ npm install
165-
```
166-
167-
2. Run the the app, which will be available via a browser at http://localhost:3000.
168-
169-
```bash
170-
$ npm start
171-
```
159+
To start the `client` application follow the instructions [here](https://github.com/mariadb-developers/flights-app-client).
172160

173161
## Support and Contribution <a name="support-contribution"></a>
174162

0 commit comments

Comments
 (0)