Skip to content

A tool that displays information regarding the fantasy season through a website

Notifications You must be signed in to change notification settings

AmanRiat1/fantasy_web_app

Repository files navigation

FantasyWebApp

A basic web app to get useful information about fantasy basketball during game weeks. Visit the live website here.

Running Through Docker

Make sure to install Docker and required dependencies.

  • Open up a command prompt
  • Navigate to the directory where the Dockerfile and docker-compose.yml are located
  • Run the docker-compose up command
  • Open up a web browser and go to 192.168.99.100:8000

Running Locally

  • Clone directory
  • Install required modules listed with pip install -r requirements.txt
  • Navigate to the directory where manage.py is located
  • Run the command python manage.py runserver
  • Open up a web browser and go to localhost:8000

About

A tool that displays information regarding the fantasy season through a website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published