##Synopsis Slugchat is intended to allow students to connect with their course materials, peers, and professors in a class room setting through a convenient, all-in-one web application.
##To Install
- Clone repository at: https://github.com/ckyle93/SlugChat
- Install Python3 from: https://www.python.org/downloads/
- Install Django via ‘pip install django==1.9.5’
- Install Django Crispy forms via ‘pip install django-crispy-forms’
- Ensure Python client library for Google API is up-to-date via pip install --upgrade google-api-python-client
- Download Google API key and insert it into the project root directory ‘SlugChat/’
##To Run
- Navigate into the root directory
- Run python manage.py migrate
- Run python manage.py runserver
- Naviate to localhost:8000/ to view your functional website
##To Use Slugchat is user friendly and will walk you through the steps needed for a user to link their google account and create a profile with the desired attributes and role (TA, Student, Professor)!
##Contributors
Marvin Corro (mcorro1@ucsc.edu)
Joseph Faulkner(jofaulkn@ucsc.edu)
Christopher Ketchum (cketchum@ucsc.edu)
Chris Kyle (ckyle@ucsc.edu)
Aramis Marden (amarden@ucsc.edu)