Skip to content

abhijithhegde/Apex-Relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Apex Relay - Fullstack Chat Application

Apex Relay is a fullstack chat application built on top of the Stream Chat API, designed to provide seamless communication experiences.

Features

  • 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.

Technologies Used

Frontend

  • ReactJs
  • Stream Chat API for messaging functionality

Backend

  • Node.js
  • Express.js

Contributing

We welcome contributions! To contribute to Apex Relay, follow these steps:

  1. Fork the repository.
  2. Create your branch: git checkout -b feature/YourFeature.
  3. Commit your changes: git commit -am 'Add YourFeature'.
  4. Push to the branch: git push origin feature/YourFeature.
  5. 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.