Skip to content

An application that allows NBA scouts to find prospective NCAA and G-League players for their respective teams.

Notifications You must be signed in to change notification settings

neilr1/fantasybasketball

Repository files navigation

Fantasy Basketball

Demo: https://www.youtube.com/watch?v=rl-s46nS0CQ

Developer Instructions:

Flask:

  1. Run pip install flask
  2. git clone https://github.com/neilr1/Fantasy-Basketball.git
  3. cd Fantasy-Basketball
  4. export FLASK_APP=fantasy.py
  5. export FLASK_DEBUG=1 (So we can continuously update the server without restarting it)
  6. flask run

At this point you should see your local host server with the fantasy basketball website. If not, you can type https://127.0.0.1:5000/ into your browser url to link to the website. Once that is completed and you are done viewing, you can press Control-C to disconnect from local host.

About

An application that allows NBA scouts to find prospective NCAA and G-League players for their respective teams.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published