Skip to content

Commit 3d5a5c8

Browse files
committed
fix: update frontend setup instructions and backend prerequisites
Signed-off-by: Shubham Jain <[email protected]>
1 parent ff92463 commit 3d5a5c8

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

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

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,13 @@ import InstallationGuide from '../concepts/installation.md'
3636
This project has two parts - the frontend and backend, since Keploy is a backend testing platform, we need to start the backend part of the project using Keploy and run the frontend as it is.
3737

3838
## Setup the frontend
39+
### Prerequisites For Frontend:
40+
1. Node version 16.x and above
3941

4042
```bash
4143
git clone https://github.com/keploy/samples-java.git
4244
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
45+
npm i --legacy-peer-deps
4846
```
4947

5048
## Start the frontend
@@ -64,13 +62,12 @@ You can start the backend using Keploy in 2 ways:
6462
- [Using Keploy's binary](#instructions-for-starting-using-binary)
6563
- [Using Keploy's docker image](#instructions-for-starting-using-docker)
6664

67-
# Instructions For Starting Using Binary
65+
# Instructions For Starting Using API backend Binary
6866

69-
Prerequisites For Binary:
67+
Prerequisites For API backend Binary:
7068

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

7572
## Setup the backend
7673

0 commit comments

Comments
 (0)