Posts

Showing posts from June, 2020

Django Social Application Project

Image
This is a social network website project built with Django 3 and bootstrap 4. In this application users can register, login, send a friend requests, accept the friend requests, share text or share text image, friend list, view notification for like the post, and much more. You can download this project for your Django practice or final year project submission. Features Login Register Profile Manage Change Password Search Friends via ajax Add Friend Remove Friend Friends List Share Text Share Text with Image Like Post with counting likes Comment on the post with comment counting View notifications of friend request, like and comment How to run this project Download the zip file and extract Activate virtual environment Start the script with the following command py manage.py runserver http://127.0.0.1:8000/ Admin Login username: admin password: admin User Login username:johndoe password:123456