Chatify API is a powerful backend service built with NestJS for a real-time messenger application. It provides various features for managing users, enabling group chats, direct messaging, user search, and more.
- User registration and authentication
- User profiles and avatars
- Real-time chat functionality
- Group chats with multiple participants
- Direct messaging between users
- User search by nickname
- ... and more!
- Clone the repository:
git clone https://github.com/vsupruniuk/chatify-api.git
. - Install dependencies:
cd chatify-api
,npm install
. - Configure the database connection in the
.env
file. - Start the server:
npm start
.
For detailed documentation and API usage examples, please visit API Documentation.
This project is licensed under the MIT License. See the LICENSE file for details.