Skip to content

Swipe on movies, find a bunch of stuff to watch together, powered by React Native, TRPC, TheMovieDB and more...

License

Notifications You must be signed in to change notification settings

esrever10/moviepals

 
 

Repository files navigation

MoviePals 🍿🤩

Swipe on movies together and find a bunch of stuff to watch!

Powered by themoviedb.org's API

Download

App Store

Google Play

Structure

Directory Description
apps/fe-mobile React Native App
apps/fe-web Landing & Invites NextJS App
apps/fe-be NodeJS BE powered by Fastify
packages/api BE implementation
packages/app-db PosgreSQL DB using Kysely + Prisma
packages/movie-swipe-db MongoDB that stores swipes and stores some TMDB Api
packages/movie-filters Define movie filters, used by both BE and FE
moviepals.mp4

Running the project

  1. Setup .env file based on .env.example

You'll at least need to provide your themoviedb.org api token.

  1. Install dependencies
yarn install
  1. Install Pods
cd apps/fe-mobile && npx pod-install
  1. Spin-up PostgreSQL, Redis and MongoDB instances using Docker Compose:
docker compose up -d
  1. Run the project
yarn dev

or yarn fe:dev, yarn be:dev, yarn db:dev

About

Swipe on movies, find a bunch of stuff to watch together, powered by React Native, TRPC, TheMovieDB and more...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • Java 0.3%
  • JavaScript 0.2%
  • Objective-C++ 0.1%
  • Ruby 0.1%
  • Objective-C 0.1%