Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.22 KB

File metadata and controls

39 lines (30 loc) · 1.22 KB

Chat - API

The Backend for my Chat on my Website.

wip License: CC BY-NC-SA 4.0
Nest Postgres


Project Purpose

This Repo is a Demo and not the actual full code of my Website.
This API serves as a Decoupled Backend for my Chat.
It handles logic, security, and database interactions for the UI.

Development Status

Implemented

  • Database Foundation: SQL using Prisma and Postgres. (Shouldve just used MySQL)
  • User Accounts: Secure registration logic and authentication.
  • Chat System: 1:1 "realtime" Chatrooms
  • Support View: Overview of all Chats for the Backend.
  • Moderation: Options to Delete Chats & Users.


Built with Blahaj and TypeScript by Lucy