(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-04-02 21:04:46 -05:00
.github
prisma Added custom lists 2025-04-02 21:04:46 -05:00
server Added custom lists 2025-04-02 21:04:46 -05:00
.env.example
.gitignore
.metrics.json
.npmrc
nitro.config.ts fixed type and trying to debug issue 2025-04-02 19:43:12 -05:00
nixpacks.toml
package-lock.json
package.json
README.md
tsconfig.json

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