CodeTalk is a chat app build with nodejs, mongodb and kotlin. CodeTalk is a real-time chat application designed for software developers to collaborate and communicate seamlessly during coding sessions.
- Real-time messaging: Communicate with your team members instantly in a real-time chat environment.
- User-friendly interface: Intuitive and easy-to-use interface tailored to developers' needs.
- Multi-platform support: Access CodeTalk from desktop and mobile devices.
- Secure and private: Encrypted messaging to ensure data privacy and security.
- Clone the repository:
git clone https://github.com/AxatSachani/CodeTalk.git
- Install dependencies:
npm install
(or any other package manager you're using) - Start the application:
npm start
- Connect with your local mongodb or create a cluster from MongoDB
- Download and Install CodeTalk app
- Sign up or log in using your credentials.
- username:
testuser1@gmail.com
pin:testuser1@2022
- username:
testuser2@gmail.com
pin:testuser2@2022
- username:
- Create or join a chat room.
- Start sending and receiving messages with other users in real-time.
- Nodejs and ExpressJS for the server-side.
- Kotlin for the front-end.
- Socket.io for real-time communication.
- MongoDB for the database.
Splash Screen | Login Screen | Home Screen | Chat Screen |
---|---|---|---|
Add User | Remove User | Features | Create Group |
---|---|---|---|
This project is licensed under the MIT License - see the LICENSE file for details.