Join Slack
Powered by
Hey, frontend guy here. Is there a service where I...
# orm-help
k
karolis
02/23/2022, 2:50 PM
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
Tyler Bell
02/23/2022, 2:52 PM
https://paljs.com/
Not sure if it’s capable of generating a REST api, but it can auto-generate a graphql API.
💯 1
n
nikolasburk
02/23/2022, 2:53 PM
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
karolis
02/23/2022, 2:57 PM
Nice, thanks!
Open in Slack
Previous
Next