A local trader has come to you with a portfolio of shares. She wants to be able to analyse it more effectively. She has a small sample data set to give you and would like you to build a Minimum Viable Product that uses the data to display her portfolio so that she can make better decisions.
A user should be able to:
- view total current value.
- view individual and total performance trends.
- retrieve a list of share prices from an external API and allow the user to add shares to her portfolio.
- View a chart of the current values in her portfolio.
- Speculation based on trends and further financial modelling using projections.
- https://www.alphavantage.co/ (Requires sign up)
- https://www.npmjs.com/package/vue-google-charts - visualise share data
cd server
npm install
mongod
npm run seeds
npm run seed:symbols
npm run server:dev
cd client
npm install
npm run serve
http://localhost:8080/