An open API service indexing awesome lists of open source software.

https://github.com/0xtijan/chat-app

Realtime chat app built with VUE, sockets, and PostrgreSQL
https://github.com/0xtijan/chat-app

chat-app postgresql socket-io typescript vue

Last synced: 2 months ago
JSON representation

Realtime chat app built with VUE, sockets, and PostrgreSQL

Awesome Lists containing this project

README

          

# Chat App

## Features:
- User authentication (signup & login)
- Public rooms
- Private rooms (password)
- Realtime chat
- Sending images (bugs?)

## Tech Stack:
- front end client - in `/client`
- back end - in `/server`

### Front end:
- VUE.js
- TypeScript

### Back end:
- NodeJS express app
- Sockets
- Postgres (DB)

## Gallery:
Chat page

![crate](./images/main.png)

Create page

![crate](./images/create.png)

Login page

![login](./images/login.png)