Skip to content

marcuslim835/UpStock

Repository files navigation

UpStock

logo

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.

Portfolio

image

Project Setup

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

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

BT3103 Stock Management App using Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5