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
Ryan
08/18/2021, 7:18 AM
@prgrmmr 👋
You wouldn’t need to create any models. Just adding the logic in your controller should be fine.