joseamarcucci / ChatApp

ChatApp and Friend System using Python/Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This is a Django social media web application. Demo

Features

-Login/Signup/LogOut

-CRUD

  • Create Post
  • Update Post
  • Delete Post

  • Like Post
  • Share Post
  • Quote a Post
  • Add Posts to Bookmarks
  • Comment on Posts
  • Like a Comment
  • Search For New Friends
  • Add Friend
  • UnFriend
  • Send a Friend Request
  • Cancel a Friend Request
  • Accept a Friend Request
  • Decline a Friend Request
  • Hide Email Address
  • Enable/Disable Active Status (Online/Offline)
  • Private/Public Account
  • Edit Profile
  • Chat with Friends (using django channels)

Installation

There is a few packages were used in this application such as:

humanize a set of Django template filters useful for adding a “human touch” to data.

if you faced a problem loading these packages try to install them using requirements.txt file using this command.

$ pip install -r requirements.txt

Note: This project is built using PostgreSQL Database Note: This commands is for MacOS

About

ChatApp and Friend System using Python/Django


Languages

Language:JavaScript 46.3%Language:CSS 30.8%Language:HTML 15.8%Language:Python 4.5%Language:SCSS 2.5%