davyengone / tmdb-watchlist-prisma

NX monorepo showing the TMDB Watchlist mobile app with Expo, tRPC, Next, and Prisma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmdb-watchlist-prisma

This app uses TMDB to retrieve a list of Now Playing movies. You can add/remove movies to track which ones you've watched. There's a "fake" auth flow as well to show navigation as well as tRPC middleware.

Simple app that showcases the following technology.

Expo + tRPC + Prisma + NextJS + Nx + zod + react-hook-form + solito

Setup

Add your database and TMDB bearer token (instructions here) to the .env file. If you aren't using Postgres, make the appropriate changes to the Prisma schema.

Run yarn prisma:codegen and yarn prisma:migrate to setup the DB and generated client.

Running the App

Run the API

nx serve next-app

Run the App

nx run-ios mobile

About

NX monorepo showing the TMDB Watchlist mobile app with Expo, tRPC, Next, and Prisma


Languages

Language:TypeScript 75.5%Language:CSS 14.8%Language:JavaScript 9.6%Language:Shell 0.1%