Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mosazhaw committed Jan 10, 2024
1 parent 70be3f3 commit 3d08074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ DevOps Prototype
```
cd frontend
npm install
npm run dev
npm start
```

## Deployment
* Open a console/terminal window and change directory to backend:
```
cd backend
gradle bootRun
gradle bootRun or gradlew bootRun or ./gradlew bootRun
```
* You may check the backend is running by opening http://localhost:8080/services/ping in a web browser
* You may check the frontend is running by opening http://localhost:4200/ in a web browser
Expand Down

0 comments on commit 3d08074

Please sign in to comment.