Skip to content

Commit b12740d

Browse files
authored
fix: update frontend setup instructions and backend prerequisites (#597)
Signed-off-by: Shubham Jain <[email protected]>
1 parent ff92463 commit b12740d

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

versioned_docs/version-3.0.0/quickstart/java-spring-postgres.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ This project has two parts - the frontend and backend, since Keploy is a backend
3737

3838
## Setup the frontend
3939

40+
### Prerequisites For Frontend:
41+
42+
1. Node version 16.x and above
43+
4044
```bash
4145
git clone https://github.com/keploy/samples-java.git
4246
cd samples-java/spring-petclinic/spring-petclinic-angular
43-
npm uninstall -g angular-cli @angular/cli
44-
npm cache clean
45-
npm install -g @angular/cli@latest
46-
npm install --save-dev @angular/cli@latest
47-
npm i
47+
npm i --legacy-peer-deps
4848
```
4949

5050
## Start the frontend
@@ -64,13 +64,12 @@ You can start the backend using Keploy in 2 ways:
6464
- [Using Keploy's binary](#instructions-for-starting-using-binary)
6565
- [Using Keploy's docker image](#instructions-for-starting-using-docker)
6666

67-
# Instructions For Starting Using Binary
67+
# Instructions For Starting Using API backend Binary
6868

69-
Prerequisites For Binary:
69+
Prerequisites For API backend Binary:
7070

71-
1. Node 20.11.0 LTS
72-
2. OpenJDK 17.0.9
73-
3. MVN version 3.6.3
71+
1. OpenJDK 17+
72+
2. MVN version 3.6+
7473

7574
## Setup the backend
7675

0 commit comments

Comments
 (0)