Giter VIP home page Giter VIP logo

chatapp's Introduction

Python

ChatApp

ChatApp is a web-based messaging platform that enables users to communicate in real-time. Built with Django, this application demonstrates the use of WebSockets and Channels to provide a seamless chat experience.

User-Friendly Messaging Interface

Our ChatApp boasts a sleek and intuitive user interface designed for optimal user experience. At a glance, you can enjoy the following features:

  • Effortless User Search: Quickly find and connect with users through our streamlined search functionality.
  • Instant Communication: Click 'Send Message' to dive right into conversation with your selected contact.
  • Minimalistic Design: A clutter-free environment that focuses on what matters most โ€” your conversations.

Features

  • Real-time messaging
  • User authentication system
  • Responsive design for cross-device compatibility
  • Persistent message history

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have the following installed:

  • Python 3.8+
  • Django 5.0.3
  • Channels
  • Daphne

Installing

Clone the repository:

git clone https://github.com/afiay/ChatApp.git
cd ChatApp

Set up a virtual environment:

python -m venv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`

Install the requirements:

pip install -r requirements.txt

Run migrations to create the database schema:

python manage.py makemigrations
python manage.py migrate

Start the development server:

python manage.py runserver

Now access the application at http://127.0.0.1:8000/chat/.

Running the tests

Explain how to run the automated tests for this system (if applicable).

Deployment

Add additional notes about how to deploy this on a live system.

Built With

  • Django - The web framework used
  • Channels - For handling WebSockets
  • Daphne - ASGI server for Django

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.