Skip to content

Latest commit

 

History

History
115 lines (82 loc) · 2.54 KB

README.md

File metadata and controls

115 lines (82 loc) · 2.54 KB

Chatify logo


About    |    Technologies    |    Features    |    How to use

License Repository size

Mockup Mockup

Mockup

Mockup


🤳 About

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.


🚀 Technologies

Web

Server


🪄 Features

User

  • Start a chat
  • Send message for admin
  • Receive message

Admin

  • Send message for multiple users
  • Receive message

🧑‍💻 How to use

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