chodges7 / WhatToWatch-Old-Repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

What To Watch Build Status Coverage Status

Developers

  • Product Owner/Scrum Master: Christian Hodges, chodges7
  • Past Developer: Lukas Pecson, lpecson
  • Past Developer: Vidit Dhaka, vdhaka

Getting started

Dependancies that you need:

see requirements.txt

How to get it running on your own machine

  • First you need to make a virtual enviornment (venv) to run python
    python3 -m venv ./
  • Next, boot up the virtual enviornment by running the command
    Mac: source bin/activate
    Windows: source bin/activate
  • then install the requirements for the project
    Mac:pip install -r requirements.txt
    Windows:py -m pip install -r requirements.txt
  • there also might be some migrations that need to happen in the database so run this command
    Mac: python3 manage.py migrate
    Windows: py manage.py migrate
  • finally, boot up the local server
    Mac: python3 manage.py runserver
    Windows: py manage.py runserver

The website should be avalible on the local host website http://127.0.0.1:8000

About


Languages

Language:CSS 41.7%Language:JavaScript 41.5%Language:HTML 8.5%Language:Python 8.1%Language:Dockerfile 0.1%Language:Shell 0.1%