A real-time chat application built with Python, Bootstrap, JavaScript, and CSS. This project features live group chat, user profiles with bios, blue tick verification, and more.
Note: This application is currently under construction; some features may be incomplete or experimental.
- Group Chat: Chat with multiple users in real time.
- Blue Tick: Verified users are marked with a blue tick.
- User Profile & Bio: Every user can set a profile and a short bio.
- Live Chat: Messages are delivered instantly.
- More features coming soon!
- Backend: Python
- Frontend: Bootstrap, JavaScript, CSS
-
Clone the repository
git clone https://github.com/Enockdeghost/chating.git cd chatting -
Create a virtual environment
python -m venv venv
-
Activate the virtual environment
- On Windows:
venv\Scripts\activate
- On Mac/Linux:
source venv/bin/activate
- On Windows:
-
Install requirements
pip install -r requirements.txt
-
Run the application
python app.py
(Replace
app.pywith your main file if different.) -
Access the app
- Open your browser and go to: http://localhost:5000 (or as specified in your app).
- Register or log in to start chatting.
- Join or create group chats.
- Update your profile and bio.
- Verified users will see a blue tick next to their names.
This project is under active development. Contributions are welcome!
- Fork the repository.
- Create your feature branch (
git checkout -b feature/YourFeature). - Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a Pull Request.
Project Status: 🚧 Under Construction — More features and improvements coming soon!