https://github.com/fimbres/node-prisma-trpc
This is my first project using trpc and prisma technologies with TypeScript and a PostgreSQL database, the main idea of this project is a backend that manages users and posts from a blog.
https://github.com/fimbres/node-prisma-trpc
nodejs postgresql prisma-orm trpc-api trpc-server typescript
Last synced: 10 months ago
JSON representation
This is my first project using trpc and prisma technologies with TypeScript and a PostgreSQL database, the main idea of this project is a backend that manages users and posts from a blog.
- Host: GitHub
- URL: https://github.com/fimbres/node-prisma-trpc
- Owner: fimbres
- Created: 2022-12-27T05:25:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T00:50:00.000Z (about 3 years ago)
- Last Synced: 2025-05-14T16:16:31.045Z (10 months ago)
- Topics: nodejs, postgresql, prisma-orm, trpc-api, trpc-server, typescript
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-prisma-trpc
This is my first project using trpc and prisma technologies with TypeScript and a PostgreSQL database, the main idea of this project is a backend that manages users and posts from a blog.