Skip to content

DeepakRanaMagar/chat-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chat-me

Description

chat-me is a Test Chat application built on Django.

Requirements

  • Python 3.x
  • Django
  • Django Channels
  • Redis (for WebSocket support)
  • Other dependencies (specified in requirements.txt)

Installation

  1. Clone the repository: git clone https://github.com/your-username/chat-me.git
  2. Create a virtual environment: python3 -m venv env
  3. Activate the virtual environment: source env/bin/activate
  4. Install the dependencies: pip install -r requirements.txt
  5. Run the migrations: python manage.py migrate
  6. Start the development server: python manage.py runserver

Usage

  • Access the application in your web browser at http://localhost:8000
  • Register a new account or login with an existing account
  • Start chatting with other users

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -am 'Add some feature'
  4. Push the changes to your branch: git push origin feature/your-feature-name
  5. Submit a pull request

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Django Test Chat Applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published