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

https://github.com/jackhedaya/thoughtful-fish

An application to help analyze, manage, and find options
https://github.com/jackhedaya/thoughtful-fish

options options-trading td-ameritrade

Last synced: 4 months ago
JSON representation

An application to help analyze, manage, and find options

Awesome Lists containing this project

README

          

# Thoughtful Fish

The beautiful portal to help you invest


Screenshot 2023-08-15 at 3 59 53 PM

## Development

### Install needed dependencies

- `$ brew install mkcert nss`

### Setup repository

#### Cloning

- `stable`: `$ git clone --branch master https://github.com/jackHedaya/thoughtful-fish`
- `develop`: `$ git clone https://github.com/jackHedaya/thoughtful-fish`

#### Dependencies

- `$ cd thoughtful-fish && yarn`

### Setup development server

These steps are needed to configure SSL on localhost

- `$ mkcert -install`
- `$ cd dev-server && mkcert localhost`
- `$ cp "$(mkcert -CAROOT)/rootCA.pem" ./`

### Configure `.env.local`

- `$ touch .env.local`
- Populate `.env.local` with `CONSUMER_KEY`, `JWT_SECRET`, `REDIRECT_URI` and `NODE_TLS_REJECT_UNAUTHORIZED=0`

### Running

_Make sure you are in root folder at this point_

- `$ yarn dev`