Skip to content

This is a real time chat application that helps the users to talk online in a common room where one will enjoy full security and no one would be able to access your private chats not even the owner.

License

Notifications You must be signed in to change notification settings

Lovekesh-GH/Chatapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatapp

Introduction

Chat rooms allow users from any location to join in, making them an ideal solution for conferences between multiple people.Technologies chat application facilitates real-time communication, with its superior feature set and unprecedented reliability. The real time interaction doesn't require users to sit close to a conference system speaker, making it more comfortable

🔭   About this Project

This is a real time chat application that helps the users to come together and let them talk online in a common room where one will enjoy full security and no one would be able to access your private chats not even the owner. To make the webpage more dynamic the javascript library ajax has been used.


🛠  Tech Stack

Django  Python  HTML  CSS  Javascipt


💼   Testing

The first thing to do is to clone the repository:

$ git clone https://github.com/Lovekesh-GH/Chatapp.git
$ cd Chatapp
$ cd djangochat
  • Create a virtual environment to install dependencies in and activate it:

      $ python3 -m venv venv
      $ source venv/bin/activate
  • Install the django using

    $ pip3 install django
  • Install all the dependencies using

    $ pip3 install -r requirements.txt
  • Run the migrations using the following commands

    $ python3 manage.py makemigrations
    $ python3 manage.py migrate
  • Run the Django server by

    $ python3 manage.py runserver

Note : In case you encounter errors during migrations, make sure that you have access rights to db.sqlite3 file. You can use the following command to rectify permission denied error

$ chown *username* db.sqlite3

Run the migrations again to continue.


Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License: MIT

Distributed under the MIT License. See LICENSE for more information.

About

This is a real time chat application that helps the users to talk online in a common room where one will enjoy full security and no one would be able to access your private chats not even the owner.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published