Skip to content

sarahkurd/nba_predictions_django_app

Repository files navigation

nba_predictions_django_app

To get the project running on your machine

  1. clone the project
  2. create python virtual environment python3 -m venv environment_name
  3. Activate the environment source environment/bin/activate
  4. Install required modules to environment pip install requirements.txt
  5. Navigate to the folder that has the manage.py file and run the django server python3 manage.py runserver
  6. Enter local host address into web browser to view development site

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published