Skip to content

GnegnoFelis/socialnetwork3

 
 

Repository files navigation

Husky

Django Based Social Network

Husky is a social network similar to instagram but aims to provide a professional means of communication. It is suitable for mobile view and offers Real-time Chat using Ajax, Jquery, Web-sockets and Channels using Python/Django. Other features are Jquery based Like, Follow, Unfollow buttons, Comments and Notifications.

Installation

Install dependencies

pip3 install -r requirements.txt

Ensure that Redis is installed and running on port 6379 (default).

Run these two commands in two separate terminals

python3 manage.py runserver --noworker

python3 manage.py runworker

Screenshots

alt tag alt tag alt tag alt tag

Features to be added:

Ajax based User Search , Notifications , Improve User Chat Experience , Improve UI.

Live Preview: https://www.sucide.me

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.9%
  • Python 42.2%
  • CSS 8.9%
  • JavaScript 5.0%