Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martian58/chat-app

Chat application with django(python) , html and css.
https://github.com/martian58/chat-app

chat chat-app-with-django chat-room django-chat django-chat-app python-chat python-chat-app room-chat simple-chat

Last synced: 12 days ago
JSON representation

Chat application with django(python) , html and css.

Awesome Lists containing this project

README

        

# Django Real-Time Chat App

## Project Structure

- **chatproject:** Django project configuration.
- **chat:** Django app containing chat-related functionalities.
- **templates:** Folder for HTML templates.
- **db.sqlite3:** SQLite database file.
- **manage.py:** Django management script.
- **requirements.txt:** List of project dependencies.
- **vercel.json:** Configuration for Vercel deployment.

## Features

- Real-time chat functionality.
- Multiple chat rooms support.
- User authentication.

## Installation

1. Clone the repository.
2. Install dependencies using `pip install -r requirements.txt`.
3. Apply migrations: `python manage.py migrate`.
4. Start the development server: `python manage.py runserver`.
5. Access the application at [http://localhost:8000](http://localhost:8000).

## Usage

- Open the chat app in a web browser.
- Create an account or log in.
- Create or join existing chat rooms.
- Start chatting with others in real-time.