mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 20:10:33 +00:00
(Backend v2) OpenBackend, based on movie-web's backend, but with some secret sauce for recommendations, and more features to come
| .docker/development | ||
| .github | ||
| .vscode | ||
| src | ||
| .dockerignore | ||
| .editorconfig | ||
| .eslintrc.js | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| .nvmrc | ||
| .prettierrc.js | ||
| dev.Dockerfile | ||
| Dockerfile | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
Open-Backend
Open-Backend is a Fork of sudo-flix's backend It is detached from the fork network as this project is more ambitious and aims to provide the film backend services to any site not just sudo-flix. Though features needed for P-Stream or sudo-flix are priorities.
Features planned:
- Saving and encryoted Febbox/Trakt keys
- Recommendation algorithm using Python, and maybe Weaviate
- Discover api, to make finding new content easier
- Adding email support incase user loses account
- Sophisticated Admin dashboard
- Supporting Client library for end-to-end typesafety along with allowing devs to use the backend smoothly
If you are interested in contributing feel free to PR!