Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
rtjord committed Dec 9, 2024
1 parent 10e3290 commit b96f261
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ To build the frontend application, run the following command from the `frontend`
cd backend
npm run test:e2e
```
- Ensure the backend endpoints are functional using tools like Postman or curl.
- Test the frontend by accessing the deployed Amplify URL and interacting with the interface.
- Test the frontend by running these commands:
```sh
cd frontend
npm test
```

0 comments on commit b96f261

Please sign in to comment.