Connectly logo

Description - Connectly Backend

Connectly is live chat web application inspired by WhatsApp. Users can create groups, send messages, and share files to their friends in real-time.

The Connectly server is built with ExpressJS and Socket.IO. It saves all messages and data into a PostgreSQL database.

For automation, Ansible and GitHub actions can be used.

Installation

$ npm install

Running the app

# development
$ npm run run

With Docker

docker compose up --build -d