CMPUT404-project-socialdistribution
Make a distributed social network!
- Frontend repo: CMPUT404W23T05/Social-Distribution-Front-End
- OpenAPI documentation: View openapi.yaml in Swagger Editor
Team.5.Social.Distribution.Demo.webm
Send a pull request and be sure to update this file with your name.
Generally everything is LICENSE'D under the MIT License.
Contributors:
John Macdonald
Elena Xu
Geoffery Banh
*gitignore file is based on django template found at: https://www.toptal.com/developers/gitignore/api/django
-
Django's documentation guide
- Copyright 2005-2023 Django Software Foundation and individual contributors.
- Link: https://docs.djangoproject.com/en/4.1/topics/
-
JPG's implementation of to_representation, licensed under Creative Commons-Attribution-ShareAlike 4.0 (CC-BY-SA 4.0), found on Stack Overflow
- Title of question: django-rest-framework ModelSerializer fields whose names are invalid Python identifiers
- Year: 2018
- Link to site where implementation was found: https://stackoverflow.com/questions/51583756/django-rest-framework-modelserializer-fields-whose-names-are-invalid-python-iden
- Link to author (in this case, the person who asked the question): https://stackoverflow.com/users/9335403/marnanel-thurman
- Link to author (in this case, the person who answered the question): https://stackoverflow.com/users/8283848/jpg
- Link to license: https://creativecommons.org/licenses/by-sa/4.0/
-
Mihai Alexandru-Ionut's idea of how to filter JSON by key value Creative Commons-Attribution-ShareAlike 4.0 (CC-BY-SA 4.0), found on Stack Overflow
- Title of question: Filter JSON by key value
- Year: 2017
- Link to site where implementation was found: https://stackoverflow.com/questions/42143031/filter-json-by-key-value
- Link to author (in this case, the person who asked the question): https://stackoverflow.com/users/3633970/jordanbarber
- Link to author (in this case, the person who answered the question): https://stackoverflow.com/users/6583140/mihai-alexandru-ionut
- Link to license: https://creativecommons.org/licenses/by-sa/4.0/
-
Nasser El Idrissi's idea of using the source keyword in django serializers
- Title: My personal django rest framework serializer notes
- Author: Nasser El Idrissi
- Year: 2021
- Link: https://dev.to/abdenasser/my-personal-django-rest-framework-serializer-notes-2i22
-
Vinaykumarmaurya's implementation of using nested serializers and modifying the create method
- Title: Nested Serializers in Django Rest Framework
- Author: Vinaykumarmaurya
- Year: 2021
- Link: https://blog.devgenius.io/nested-serializers-in-django-rest-framework-6b36bf011074