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
- Host: GitHub
- URL: https://github.com/jackhedaya/thoughtful-fish
- Owner: jackHedaya
- Created: 2021-01-02T23:06:47.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-08-15T20:26:53.000Z (about 2 years ago)
- Last Synced: 2023-08-15T21:35:56.121Z (about 2 years ago)
- Topics: options, options-trading, td-ameritrade
- Language: TypeScript
- Homepage: https://thoughtfulfish.com
- Size: 1.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Thoughtful Fish
The beautiful portal to help you invest
![]()
## 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`