Skip to content

Get in touch and ask for help in real time. All your questions replied instantly.

Notifications You must be signed in to change notification settings

pedromarquex/chatty

Repository files navigation

Chatty 📨

Send messages and solve your problems the easy way.

Built using Node.js

Cloning this repository

git clone https://github.com/pedromarquex/chatty.git

❗️ Requisites

To run aplication we need have installed:

💻 Server

A light chat based application made using realtime communication.

In this project we use:

⚡️ Start

To start application, run:

cd chatty
yarn
yarn typeorm migration:run
yarn dev

# or

cd chatty
npm install
npm run typeorm migration:run
npm run dev

To run this app in a web browser

navigate to localhost:3333/pages/admin and localhost:3333/pages/client and enjoy sending messages.

App Demo

The app

Tks to @rennand for the amazing template.

About

Get in touch and ask for help in real time. All your questions replied instantly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published