From ffdbc13d49f20a04df43933cfdad3cfcf793b963 Mon Sep 17 00:00:00 2001 From: Nikolas Date: Thu, 16 Nov 2023 16:55:00 +0100 Subject: [PATCH] Update 01-rest.md --- .../050-overview/300-prisma-in-your-stack/01-rest.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/200-concepts/050-overview/300-prisma-in-your-stack/01-rest.md b/content/200-concepts/050-overview/300-prisma-in-your-stack/01-rest.md index c82244a52c..47673b7a76 100644 --- a/content/200-concepts/050-overview/300-prisma-in-your-stack/01-rest.md +++ b/content/200-concepts/050-overview/300-prisma-in-your-stack/01-rest.md @@ -30,7 +30,8 @@ Here's a non-exhaustive list of libraries and frameworks you can use with Prisma - [Polka](https://github.com/lukeed/polka) - [Micro](https://github.com/zeit/micro) - [Feathers](https://feathersjs.com/) - +- [Remix](https://remix.run/) + ## REST API server example Assume you have a Prisma schema that looks similar to this: