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
+3-15
Original file line number
Diff line number
Diff line change
@@ -152,23 +152,11 @@ From [/src/api](src/api) execute the following CLI command to start the the Pyth
152
152
```bash
153
153
$ python3 api.py
154
154
```
155
-
### e.) Build and run the [UI (Client) app](src/client) <aname="build-run-client"></a>
155
+
### e.) Build and run the [UI (Client) app](https://github.com/mariadb-developers/flights-app-client) <aname="build-run-client"></a>
156
156
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.
158
158
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).
172
160
173
161
## Support and Contribution <aname="support-contribution"></a>
0 commit comments