> git clone https://github.com/C0deZLee/ClassGotcha-Backend.git
> cd ClassGotcha-Backend
> git checkout dev
> mkdir -p local
> mkdir -p local/tmp
(Why Virtual Env? Check this)
> virtualenv env
> source env/bin/activate
> pip install -r requirements.txt
> python manage.py makemigrations
> python manage.py migrate
> python manage.py createsuperuser
> python manage.py runserver