Skip to content

CMPUT404ProjectTeam2021W/CMPUT404W21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

CMPUT 404 Project

Live Version

Deployed on Heroku at https://hermes-cmput404.herokuapp.com/

API and Documentation

API and Documentation at https://github.com/CMPUT404ProjectTeam2021W/CMPUT404W21/wiki/API-and-Documentation

Video Demo

Drive Link

Installation and running Hermes locally

Clone the repo

git clone https://github.com/CMPUT404ProjectTeam2021W/CMPUT404W21.git

Create a virtual environment and activate it

Please make sure you're running python version >3 in your virtual environment

Install requirements

Please run the following command to install necessary requirements

pip install -r requirements.txt

Start Hermes

cd mysite

python manage.py runserver

Hermes should be running on your localhost at port 8000.

You can sign up as a new user or log in on the live version using the test credentials as follows:

username: oasis
password: wonderwall

Admin side for live version:

username: team14
password: hermesmedia

Once authorized, you should be redirected to your home feed

Testing

Model Unit Tests

Wiki

Our wiki page

License

Code is LICENSE'D under the Apache 2 license

Contributers

  • Nana Andoh (deadpools-besty)
  • Xiang Fan (superfan1995)
  • Debangana Ghosh (orackle)
  • Jason Robock (Vinen88)
  • Xinyu Chen (xinyuchen98)

Credits