Skip to content

Commit 6b4dbf0

Browse files
authored
Update terminal setup instructions in README
Updated terminal instructions to include an additional terminal for the web services.
1 parent e37c44f commit 6b4dbf0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# How to run this application
22

3-
## Make 3 terminals
3+
## Make 4 terminals
44
```
55
cd Backend/back2
66
```
77
```
88
cd Backend/back2
99
```
1010
```
11+
cd backend/web_services
1112
cd frontend/ai-rec
1213
```
1314

@@ -37,6 +38,10 @@ mlflow ui --backend-store-uri sqlite:///mlflow.db --default-artifact-root ./mlfl
3738
```
3839
npm run dev
3940
```
41+
### Inf fourth terminal(frontend)
42+
```
43+
node server.js
44+
```
4045

4146
## Go to localhost:5173 or frontend luanched port, to view mlflow go to localhost:5000
4247

0 commit comments

Comments
 (0)