https://github.com/qntum-dev/rflectbackend
A realtime chat application backend built with Encore, using Redis for pub/sub and caching, Drizzle ORM with Postgres for structured, type-safe data persistence, and Cloudinary for media handling.
https://github.com/qntum-dev/rflectbackend
cloudinary drizzle-orm encore encore-ts encoredev postgresql redis
Last synced: 2 months ago
JSON representation
A realtime chat application backend built with Encore, using Redis for pub/sub and caching, Drizzle ORM with Postgres for structured, type-safe data persistence, and Cloudinary for media handling.
- Host: GitHub
- URL: https://github.com/qntum-dev/rflectbackend
- Owner: qntum-dev
- Created: 2025-07-22T13:19:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-25T09:16:23.000Z (11 months ago)
- Last Synced: 2025-07-25T15:26:19.727Z (11 months ago)
- Topics: cloudinary, drizzle-orm, encore, encore-ts, encoredev, postgresql, redis
- Language: TypeScript
- Homepage: https://rflectbackend.onrender.com
- Size: 74.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rflect Backend
This is a chat application backend made with Encore TS.
## Prerequisites
**Install Encore:**
Follow this instructions https://encore.dev/docs/ts/install
**Docker:**
1. [Install Docker](https://docker.com)
2. Start Docker
**Install npm dependencies:**
1. npm i