(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-05-17 19:09:27 -06:00
.github fix minor bugs and lint 2025-05-05 09:53:17 -06:00
examples prettier 2025-05-17 19:09:27 -06:00
prisma attempted fix for an idiot 2025-05-01 15:06:42 -05:00
server prettier 2025-05-17 19:09:27 -06:00
.env.example Update .env.example 2025-05-05 10:07:56 -06:00
.eslintrc.json fix minor bugs and lint 2025-05-05 09:53:17 -06: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
.prettierrc fix minor bugs and lint 2025-05-05 09:53:17 -06:00
docker-compose.yml fix minor bugs and lint 2025-05-05 09:53:17 -06:00
Dockerfile feat: add docker support 2025-04-19 20:35:49 +06:00
nitro.config.ts fix minor bugs and lint 2025-05-05 09:53:17 -06:00
nixpacks.toml minor change for deployment 2025-04-13 17:30:56 -05:00
package-lock.json fix minor bugs and lint 2025-05-05 09:53:17 -06:00
package.json fix minor bugs and lint 2025-05-05 09:53:17 -06:00
pnpm-lock.yaml prettier 2025-05-17 19:09:27 -06:00
README.md fix minor bugs and lint 2025-05-05 09:53:17 -06: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