From 344435c3c4a8d5777644e2b202c7e00dd46f6b61 Mon Sep 17 00:00:00 2001 From: Gunther6070 Date: Tue, 18 Mar 2025 11:38:58 -0400 Subject: Added more clarifications to running and added bug --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afd9bff..8617bf3 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,10 @@ An online U-Fund system built in Java **21** and __Angular 19__ ## How to run it -1. Clone the repository and go to the root directory. +1. Clone the repository and CD into the unfund-api. 2. Execute `mvn compile exec:java` +3. CD into the ufund-ui directory in a new terminal +4. Execute `ng serve -o` 3. Open in your browser `http://localhost:8080/` 4. _add any other steps required or examples of how to use/run_ @@ -32,6 +34,8 @@ An online U-Fund system built in Java **21** and __Angular 19__ Document any known bug or nuisance. If any shortcomings, make clear what these are and where they are located. +Funding basket is currently broken, users cannot add needs to the funding baskets and check them out + ## How to test it The Maven build script provides hooks for run unit tests and generate code coverage -- cgit v1.2.3