CMPUT404-project-socialdistribution
See the web page for a description of the project.
Make a distributed social network!
MIT License
The authors claiming copyright, if they wish to be known, can list their names here...
https://www.youtube.com/watch?v=gfmW2677Xg0
- Bennet Steem
- Ethan Keys
- Julia Dantas
- Shaan Adatia
- Casper Nguyen
- Theresa Gabrielle Tian
- App link: https://f24-project-chartreuse-b4b2bcc83d87.herokuapp.com/chartreuse/
- Dashboard link: https://dashboard.heroku.com/apps/f24-project-chartreuse
- Service address: https://f24-project-chartreuse-b4b2bcc83d87.herokuapp.com/
- Hostname: f24-project-chartreuse-b4b2bcc83d87.herokuapp.com
- Username for HTTP Basic Auth: chartreuse-admin
- Password for HTTP Basic Auth: abc123
- Addresses: 3.216.88.24, 3.219.96.23, 23.22.52.7, 23.22.144.165
You can choose the following options to run the tests:
- Run all tests:
python3 manage.py test- Run a specific test file:
python3 manage.py test --pattern=[filename]Optionally, you can add --verbosity flag with a value from 0 (least verbose) to 3 (most verbose). Below is an example of running the tests with all flags:
# run only tests in test_comments.py with minimal output (verbosity 0)
python3 manage.py test --pattern="test_comments.py" --verbosity=0To view the API documentation, go to the following link: https://f24-project-chartreuse-b4b2bcc83d87.herokuapp.com/chartreuse/schema/swagger-ui/
We created a couple of pages on our wiki to hold all the resources we referred to while working on this project. To see our citations, please click here to visit our Citation Main Page on our Wiki.
If you would like to clone our wiki to your local machine, you can use the line below.
https://github.com/uofa-cmput404/f24-project-chartreuse.wiki.git