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
- Host: GitHub
- URL: https://github.com/0xtijan/chat-app
- Owner: 0xTijan
- Created: 2024-08-11T12:55:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T13:00:35.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T20:36:52.095Z (about 1 year ago)
- Topics: chat-app, postgresql, socket-io, typescript, vue
- Language: Vue
- Homepage:
- Size: 7.94 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

Create page

Login page
