Welcome to the Appwrite-ChatApp repository! This is a chat application built using Backend as a Service (BaaS) technologies. It allows users to chat with each other in real-time.
- Real-time chat functionality.
- User authentication and registration.
- Group chat support.
- Message history.
- Emoji support for messages.
- Responsive design for mobile and desktop.
To get started with BaaS-ChatApp, follow these steps:
-
Clone the repository:
git clone https://github.com/thexahmed00/BaaS-ChatApp.git
-
Install the required dependencies:
cd BaaS-ChatApp
npm install
- Set up your BaaS provider. This project uses Appwrite for handling backend functionality. Follow the provider's documentation to set up the necessary configurations.
- Start Development server
npm run dev
Once you have the application up and running, you can register an account, log in, and start chatting with other users. Explore the various features of the app and enjoy real-time communication!