Hey guys, quick question. When creating an API, I...
# orm-help
p
Hey guys, quick question. When creating an API, I have a controller folder, routes folder, but when it comes to models. Does the prisma.schema replace models or should I still create models other than prisma schema.
r
@prgrmmr 👋 You wouldn’t need to create any models. Just adding the logic in your controller should be fine.
p
Thanks for the response! @Ryan
👍 1