Skip to content

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

License

Notifications You must be signed in to change notification settings

markjoeljimenez/optidfs.backend

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published