Gitchat is a Python project designed to facilitate chat functionality over GitHub. This repository contains the source code and documentation for the Gitchat application.
- Chat functionality over GitHub
- User authentication and authorization
- Real-time messaging
To install and set up Gitchat, follow these steps:
-
Clone the repository:
git clone https://github.com/vikrantvikaasa27/Gitchat.git
-
Navigate to the project directory:
cd Gitchat
-
Install the required dependencies:
pip install -r requirements.txt
To run the application, use the following command:
python gitchat.py