Make a distributed social network!
- Tyler Bach
- Gurjog Singh
- Aqil Yearoo
- Moe Numasawa
- Nicholas Anderson
To install packages others have added:
python -m pip install -r requirements.txt
To add packages you have installed:
python -m pip freeze > requirements.txt
NOTE: Adding packages while not in a virtual environment will add all packages installed on your computer.
To run the automated backend tests:
- Navigate to the
/backendfolder python manage.py test tests
Frontend:
https://bingbing10.herokuapp.com/
Backend:
https://cmput-404-w22-group-10-backend.herokuapp.com
Everything is licensed under the GPL-3.0 license by all team members, 2022.
- https://www.digitalocean.com/community/tutorials/build-a-to-do-application-using-django-and-react (Jordan Irabor, Updated on February 17, 2021)
- https://stackoverflow.com/a/54069332 (Shubham Khatri, Jan 7, 2019)
- https://www.youtube.com/watch?v=qmr9NCYjueM&list=LL&index=6 (Sam Lama, Jul 25, 2020)
- https://www.youtube.com/watch?v=J8Zi_BmQGEM&list=LL&index=7 (Robert Mopia, Nov 20, 2020)
- https://www.youtube.com/watch?v=i8fAO_zyFAM&list=LL&index=8 (Tyler Potts, Jan 12, 2021)
- https://www.youtube.com/watch?v=pFHyZvVxce0&list=LL&index=9 (Lama Dev, Apr 7, 2021)
- https://www.youtube.com/watch?v=zM93yZ_8SvE&list=LL&index=10 (Lama Dev, Mar 30, 2021)
- https://www.youtube.com/watch?v=sjAeLwuezxo&list=LL&index=12 (Monsterlessons Academy, Sep 7, 2021)