Hack Western 7 (2020) Project.
Pals - The social media site designed to be used less.
As the influence of social media platforms continues to grow, so do the aspects which are linked to it, such as addiction and mental health issues. So we set out to create a social media platform that designed for you to use it less.
Pals is different from popular social media platforms because if purposely lacks certain features that influence social media addiction such as 'notifications', 'likes' and 'stories'. Those features were specifically designed to make users constantly stay connect to their phones, which ultimately has a negative impact on users. Instead, we focus on the content of each user. No "Discover" or "Reels" sections are here to distract the users from their friends.
This was the first time the team used Django, a Python web framework. We were able to practice database creation, authentication management, and web front-end development. Also, we strengthened collaboration skills and practiced our Git skills using GitHub.
Several planned features were not implemented in the time. This includes, but is not limited to:
- Inviting friends via sharing link only
- Photo sharing
- Friends list editing
- Forced removal of/limited old posts
- and more!
- Download the project from the repo
- Run
python3 -m pip install Pillow django-friendship - Start the server with
python3 manage.py runserver - Navigate to
http://127.0.0.1:8000/myapp/ - Create an acccount and enjoy!
DJANGO PYTHON HTML CSS SQLite
