Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/martian58/chat-app
- Owner: martian58
- Created: 2023-12-14T10:50:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T20:34:01.000Z (5 months ago)
- Last Synced: 2024-06-16T21:38:41.233Z (5 months ago)
- Topics: chat, chat-app-with-django, chat-room, django-chat, django-chat-app, python-chat, python-chat-app, room-chat, simple-chat
- Language: Python
- Homepage: https://chat-app-eta-bice.vercel.app
- Size: 56.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.