clmabrey / optidfsDK_Yahoo.backend

A web app that generates the most optimized lineups for DraftKings. Back end developed in in Python + Flask; hosted on Heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python installation

  1. Create Python environment

        python -m venv env
  2. Activate environment

        source env/bin/activate
    
        (Windows)
        ./env/Scripts/activate
  3. Install requirements

        pip install -r requirements.txt
  4. Set Flask and run virtual environment

    ```python
        flask run
    ```
    

About

A web app that generates the most optimized lineups for DraftKings. Back end developed in in Python + Flask; hosted on Heroku

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:Shell 0.1%