Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/suzukiryuichiro/simple_portfolio

Application that aids casual investors to track their portfolio performance across multiple services
https://github.com/suzukiryuichiro/simple_portfolio

Last synced: 1 day ago
JSON representation

Application that aids casual investors to track their portfolio performance across multiple services

Awesome Lists containing this project

README

        

# Simple Portfolio

## What is it?
[Simple Portfolio](https://single-portfolio.herokuapp.com/) is a Ruby on Rails application that consolidates multiple brokers' account information in one app.

## Demo Login

Email: `[email protected]`
Password `123123`

## Instalation

```
brew install yarn
yarn install
```
then

```
bundle install
```
create a .env file and include the following api keys

```
FINNHUB_API_KEY=YOUR_API_KEY
POLYGON=YOUR_API_KEY
ALPHA_VANTAGE_API_KEY=YOUR_API_KEY
COIN_MARKET_CAP_API_KEY=YOUR_API_KEY
```