Currently, there are a lack of applications that allow investors to collate all their stock holdings from different platforms, resulting in the cumbersome task of repeatedly having to access their different brokerage accounts in order to keep track of their portfolio. This application aims to provide users with a one-stop centralised platform to store all their portfolio holdings, synchronised with real-time data and added features.
To install modules specified in package.json, run the following in the root folder.
npm install
Create a .env file with the following content filled in the root folder.
VUE_APP_FIREBASE_API_KEY=YOUR_KEY
VUE_APP_FIREBASE_AUTH_DOMAIN=YOUR_KEY
VUE_APP_FIREBASE_PROJECT_ID=YOUR_KEY
VUE_APP_FIREBASE_STORAGE_BUCKET=YOUR_KEY
VUE_APP_FIREBASE_MESSAGING_SENDER_ID=YOUR_KEY
VUE_APP_FIREBASE_APP_ID=YOUR_KEY
VUE_APP_NEWS_API_KEY=YOUR_APIKEY_FROM_NEWSAPI.COM
VUE_APP_FINANCE_API_KEY=YOUR_APIKEY_FROM_RAPIDAPI_YHFINANCE
VUE_APP_RAPID_STOCK_API_KEY=SAME_AS_ABOVE
npm run serve
npm run build
npm run lint

