Simple Social Media Web App with live Notifications
sudo apt install redis-server
sudo systemctl status redis
python3 -m venv
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
- User Can Post upto 4 Images with Text
- User Can Send Friend Requests to Other Users
- User Can See Friends Timeline (Feed)
- User Can Comment on Posts From Friends and Self
- User Can Reply to Comments
- User Can Delete Post Uploaded
- User Can Change Or Delete Profile Pictures
- User Will get Live Notifications (if User is Online)
- User Will get Live Requests (if User is Online)
- User Can Search For Other Users By Their Name and Send Friend Request
- User Can Unfriend a Friend
- User Can Like Posts
- User Can Change Password