Skip to content

Almeida154/chatfiy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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