Nitflex is a private streaming platform for managing and watching films stored on a NAS server. This project is a complete application featuring a modern React frontend, a Go backend API, and MongoDB for data persistence.
⚠️ Disclaimer: This software is not inspired by the well-known application Netflix. Any resemblance or similarity is purely coincidental.
git clone https://github.com/AdlarX9/nitflex.gitcd nitflexchmod +x ./nitflex.shcp .env.example .envThen edit the .env file with your own settings.
Production mode:
./nitflex.sh deployDevelopment mode:
./nitflex.sh devOpen your browser at http://localhost.




