Skip to content

happilyeverafter95/day-trading-rig

Repository files navigation

Setup

Contributing to the repo

Make sure direnv is installed.

  • Run pip install -r requirements.txt to install necessary dependencies
  • Copy .envrc.example to .envrc and populate the environment variables
  • Run direnv allow
  • Run pre-commit install in the repo to enable pre-commit hooks

Docker Setup

Run these commands to run the Docker Container. The web server will be available at localhost:8080.

docker build . -t day_trader_airflow

docker-compose -f docker-compose.yml up -d (make sure docker-compose is installed)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published