We Should Watch - Update 1

Опубликовано: 22 Март 2026
на канале: EricWinkDev
147
3

Time for some Build In Public videos! I'm working on a project I'm calling "We Should Watch..."

Originally posted on LinkedIn...

In this video we cover the following topics:
What is my application and why am I making it?
Basic flow of how a user will use the application (in #figma )
Using NextJS
External API calls to TMDB
Using Prisma to interface with MongoDB
How Prisma handles Models and relationships
My choices on Models and how much data I store in my db to ensure we aren't making excessive external API calls
Working with Prisma for CRUD operations and a comparison to #mongoose
Demos of most of the current backend features