https://github.com/code-raushan/bitespeed-identity-reconciliation
Solution to identity-reconciliation problem using NodeJS (TypeScript) and PostgreSQL.
https://github.com/code-raushan/bitespeed-identity-reconciliation
assignment nodejs postgresql sql
Last synced: 2 months ago
JSON representation
Solution to identity-reconciliation problem using NodeJS (TypeScript) and PostgreSQL.
- Host: GitHub
- URL: https://github.com/code-raushan/bitespeed-identity-reconciliation
- Owner: code-raushan
- Created: 2024-04-22T16:47:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T09:05:03.000Z (about 2 years ago)
- Last Synced: 2025-10-11T15:09:51.565Z (8 months ago)
- Topics: assignment, nodejs, postgresql, sql
- Language: TypeScript
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Identity Reconciliation
BASE URL: https://bitespeed-identity-reconciliation-3.onrender.com/
Endpoint: POST [/identify](https://bitespeed-identity-reconciliation-3.onrender.com/indentify)
### Tech Stack
- Node.js (ExpressJS)
- TypeScript
- PostgreSQL (w/ Supabase)
- Prisma (Schema & Migrations)
- Kysely (Query Builder)
- Winston Logger
- Render (hosting)