uvastudycollab is a eCommerce Project
Assuming that the user has Python 2.7.* and pip installed, the required dependency for this server, Django 1.7.5, can be install by running the following command while in the root directory of this Git repository:
pip install -r requirements.txt
The user can then start the server using the following command while in the root directory of this Git repository:
python uvastudycollab/manage.py runserver
To access the website, please use the URL displayed in the terminal after running the above command.