About | Technologies | Features | How to use
Chatify is your ultimate chat application. With its intuitive interface and robust features, Chatify enables seamless, real-time interactions, making it easier than ever for businesses to address customer inquiries and concerns promptly.
- Start a chat
- Send message for admin
- Receive message
- Send message for multiple users
- Receive message
First things first: NodeJS must be installed.
# Clone this repo
$ git clone https://github.com/Almeida154/chatfiy.git
# Install web dependencies and start it
$ cd web
$ yarn install
$ yarn dev
# Now the server turn
$ cd ..
$ cd server
$ yarn install
# Run migrations and start it
$ yarn migrations:run
$ yarn dev