Hi guys, I am building ecommerce with strapi righ...
# orm-help
h
Hi guys, I am building ecommerce with strapi right now, but i want to use more controlable project with typescript also. I have used Prisma before, but the boilerplate coding is killing me. So i wanted to hear, do anyone know some kind of framework that does boilerplate and authentication api for you? I am looking for Prisma + GraphQL Thanks 🙂
r
You can have a look at TypeGraphQL.
h
Did actually already use it. Great project! But not exactly what i was looking for
I might be looking for something like redwood
m
We have used Prisma-AppSync for a small project and it worked really well for us. Then used @graphql-codegen to generate all the typescript types for all the queries across the client app.
h
I was thinking about some kind of "boilerplate" that would handle all the boring boilerplating for you, with a good security and etc, not formatters. I think Redwood is what i was looking for 🙂 But thanks anyway guys! You're amazing!
a
There’s becrock and blitz too! https://blitzjs.com
h
@Andrés Rodríguez I did also look at blitzjs, it looked awesome. The only issue was that the API and Frontend is mixed together. I wan't it to be seperated so it can quickly detach when needed. But i will take a look at becrock!
fast parrot 1
a
here’s a link https://bedrock.mxstbr.com/
it’s a paid thing btw
h
@Andrés Rodríguez It looks nice for kickstarting. But i would like to see if its even worth. A little bit risky