diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-18 11:38:58 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-18 11:38:58 -0400 |
commit | 344435c3c4a8d5777644e2b202c7e00dd46f6b61 (patch) | |
tree | e934ecf5140fea603e3a63076fe9c3e1d9f2e71b /README.md | |
parent | 3362bba1ccf1cee3985be95ab74a2456e6503d7a (diff) | |
download | JellySolutions-344435c3c4a8d5777644e2b202c7e00dd46f6b61.tar.gz JellySolutions-344435c3c4a8d5777644e2b202c7e00dd46f6b61.tar.bz2 JellySolutions-344435c3c4a8d5777644e2b202c7e00dd46f6b61.zip |
Added more clarifications to running and added bug
Diffstat (limited to 'README.md')
-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 |