Hey, frontend guy here. Is there a service where I...
# orm-help
k
Hey, frontend guy here. Is there a service where I could plug my prisma schema and it will auto generate i.e. express REST api for my models?
t
https://paljs.com/ Not sure if it’s capable of generating a REST api, but it can auto-generate a graphql API.
💯 1
n
Hey Karolis 👋 I don’t this this exists for REST yet, but you might want to check out this library for TypeGraphQL: https://dev.to/prisma/prototyping-a-crud-api-with-typegraphql-and-prisma-for-your-database-424c
k
Nice, thanks!