Skip to content

notarious2/vuetify-chat

Repository files navigation

Real-time Chat App with Vue 3, Vuetify 3 and Websockets

Live Demo: https://www.ponderpal.chat

Swagger

Screenshot 2024-02-18 at 18 37 11

Tech Stack:

  • Vue 3 Composition API (script setup)
  • Vuetify 3
  • Websockets
  • Pinia for store management
  • Axios for HTTP Requests
  • Vee-validate, vue-router and vue3-emoji-picker

Features

  • Real-time messaging with Websockets
  • Google oauth2 authentication
  • Count unread messages: per chat and total count
  • Monitor friends' statuses
  • Track message delivery/read statuses: sending, sent and read
  • See if friend is typing
  • Toggle between teal/midnight themes
  • Google Analytics integration

Fully Async Backend with:

  • FastAPI, Websockets, Pydantic 2
  • Postgres (asyncpg), async Redis (PubSub and Cache)
  • async SQLAlchemy 2
Screenshot 2024-02-18 at 16 58 09 Screenshot 2024-02-18 at 17 03 00 Screenshot 2024-02-18 at 17 07 29 Screenshot 2024-02-18 at 17 14 09