It is a simple project to keep track of assets and transactions between them.
Run Maven in "client" directory:
ng build --prod [--base-href /portfolio/]
Run Maven in "portfolio" directory:
mvn clean install
Copy the files from "client/dist" to the HTTP Server.
Visit: http://hostname:4200/
java -Duser.timezone=UTC -Dfile.encoding=UTF-8 -jar portfolio-server-X.Y.Z.jar
- portfolio-client
- Dynamic collection of the Net Asset Values (NAVs)
- Historical snapshots of the overall portfolio
- ...