An open API service indexing awesome lists of open source software.

https://github.com/dills122/portfolio-manager

Electron App used to manage personal portfolio
https://github.com/dills122/portfolio-manager

chartjs electron nedb portfolio-management vuejs

Last synced: 7 months ago
JSON representation

Electron App used to manage personal portfolio

Awesome Lists containing this project

README

          

# Portfolio Manager

[![Build Status](https://travis-ci.org/dills122/Portfolio-Manager.svg?branch=master)](https://travis-ci.org/dills122/Portfolio-Manager)

> An app to track your portfolio

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# rebuild soulution if needed
npm rebuild

# build electron application for production
npm run build

```

## Build

Finishing up the account creation and once complete I will open this up to public.

If you run into the issue of gRPC binaries not working run this command:

`npm rebuild --runtime=electron --target=1.8.4 --disturl=https://atom.io/download/electron`

## Built With

* [electron-vue](https://github.com/SimulatedGREG/electron-vue) - Boilerplate
* [N3-Componets](https://n3-components.github.io/N3-components/index.html) - Charting Library
* [NeDB](https://github.com/louischatriot/nedb) - Embedded Database