Apex Relay is a fullstack chat application built on top of the Stream Chat API, designed to provide seamless communication experiences.
- Real-time Messaging: Instant messaging using Stream Chat API for smooth and real-time communication.
- User Authentication: Secure user authentication with customizable features.
- Multi-platform Support: Accessible on various devices, ensuring a consistent experience.
- Customizable Interface: Tailor the app's appearance to suit your brand or preferences.
- ReactJs
- Stream Chat API for messaging functionality
- Node.js
- Express.js
We welcome contributions! To contribute to Apex Relay, follow these steps:
- Fork the repository.
- Create your branch:
git checkout -b feature/YourFeature
. - Commit your changes:
git commit -am 'Add YourFeature'
. - Push to the branch:
git push origin feature/YourFeature
. - Submit a pull request.
Please ensure your pull request adheres to the following guidelines:
- Maintain a clear and concise description of what your changes accomplish.
- Ensure any install or build dependencies are removed before the end of the layer when doing a build.
- Update the README.md with necessary details about changes if applicable.
- Make sure your code passes linting checks if applicable.