diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 6 | 
1 files changed, 5 insertions, 1 deletions
@@ -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  | 
