Skip to content

CMPUT404F21TEAM/social-distribution

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Distribution

CMPUT404-project-socialdistribution

Demo Video

App Demo Video

Usage

Recommended Python Version

python >= 3.7

Install prerequisites

cd code
pip install -r requirements.txt

Build locally

python manage.py collectstatic --noinput
python manage.py migrate
python manage.py runserver

.env file must be placed in ./code directory.

General Web Service API Information

Service address: https://social-distribution-fall2021.herokuapp.com/api/
Port: N/A
Hostname: social-distribution-fall2021.herokuapp.com
Prefix: api/
Username/Password for Basic Auth:
  Team 08: username=team08 and password=secret08
  Team 11: username=team11 and password=secret11
  Team 16: username=team16 and password=secret16

Check out the wiki page for Detailed API Documentaion, UI Design Mockups, Completed User Stories, AJAX documentation, etc.

AJAX

Check out this wiki page for documentation on how and where we use AJAX in our project.

Team Members

The team members and their GitHub usernames

Olivier Vadiavaloo : olivier-vadiaval
Jawad Hossain : jawadhossain
Diego Becerra : debecerra
Tyler Elston : tylerelston
Michelle Wang : mxiuwang

Contributing

Send a pull request and be sure to update this file with your name.

Contributors / Licensing

Generally everything is LICENSE'D under the Apache 2 license by Abram Hindle.

All text is licensed under the CC-BY-SA 4.0 http://creativecommons.org/licenses/by-sa/4.0/deed.en_US

Contributors:

Olivier Vadiavaloo
Jawad Hossain
Diego Becerra
Tyler Elston
Michelle Wang
Karim Baaba
Ali Sajedi
Kyle Richelhoff
Chris Pavlicek
Derek Dowling
Olexiy Berjanskii
Erin Torbiak
Abram Hindle
Braedy Kuzma
Nhan Nguyen 

References

https://github.com/CMPUT404F21TEAM/social-distribution/wiki/References

Languages

  • Python 85.6%
  • HTML 10.9%
  • JavaScript 2.5%
  • CSS 1.0%