Skip to content

A simple project to keep track of assets and transactions between them.

License

Notifications You must be signed in to change notification settings

jose-sanz/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

It is a simple project to keep track of assets and transactions between them.

Technology Stack

Build

Prerequisites

Build client

Run Maven in "client" directory:

ng build --prod [--base-href /portfolio/]

Build server

Run Maven in "portfolio" directory:

mvn clean install

Run

Client:

Copy the files from "client/dist" to the HTTP Server.

Visit: http://hostname:4200/

Server:

java -Duser.timezone=UTC -Dfile.encoding=UTF-8 -jar portfolio-server-X.Y.Z.jar

Todo

  • portfolio-client
  • Dynamic collection of the Net Asset Values (NAVs)
  • Historical snapshots of the overall portfolio
  • ...

About

A simple project to keep track of assets and transactions between them.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published