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

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.

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