(Backend v2) OpenBackend, based on movie-web's backend, but with some secret sauce for recommendations, and more features to come
Find a file
2025-03-28 14:44:05 -05:00
.github Setup the github repo 2025-03-13 13:51:10 -05:00
prisma added custom ratings 2025-03-11 00:03:18 -05:00
server Added Trakt Lists 2025-03-28 14:42:15 -05:00
.env.example forgot to add trakt secret id 2025-03-28 14:44:05 -05:00
.gitignore Reapply with fixes 2025-03-13 00:00:28 -06:00
.metrics.json rm .metrics.json 2025-03-12 20:59:38 -06:00
.npmrc First Major commit for BackendV2, still more to do 2025-03-06 22:25:17 -06:00
nitro.config.ts Added Trakt Lists 2025-03-28 14:42:15 -05:00
nixpacks.toml trying to fix issue involving .env on coolify 2025-03-10 21:39:15 -05:00
package-lock.json Added Trakt Lists 2025-03-28 14:42:15 -05:00
package.json Added Trakt Lists 2025-03-28 14:42:15 -05:00
README.md Setup the github repo 2025-03-13 13:51:10 -05:00
tsconfig.json First Major commit for BackendV2, still more to do 2025-03-06 22:25:17 -06:00

BackendV2

Donate

BackendV2 is a from scratch rewrite for the old Fastify and MikroOrm version with backwards compatibility!

Tech Stack

This repo uses:

along with other minor libraries, we chose Nitro for its fast DX, easy support for caching, minimal design, and rapid prototyping. Prisma due to it's clear syntax, typesafety, and popularity. Zod for validation.

Goals

Since we've changed the codebase so much for better DX that comes with more changes!

  • Recommendations using ML models to provide accurate Recommendations via embeddings using a vector database
  • Ratings, partly for the affirmentioned goal
  • Client wrapper library for any site that wants to keep user data related to movies, films, and recommendations

Minor information

Only make PRs to beta branch Production deployments are here Beta deployments are here