8000 GitHub - ReddyyZ/HomeCine: Movie streaming platform developed with NextJS and Node.js
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ReddyyZ/HomeCine

Repository files navigation

🎥 HomeCine - Media Server

HomeCine project mockup

📌 About the project

HomeCine is a streaming platform where you can upload and serve movies and series.

🚀 Features

  • Support for movies and series with multiple seasons/episodes
  • Admin panel
  • Fetch movie info from TMDB
  • Subtitles support

🛠️ Technologies

🚀 Running the project

Change the following enviroment variables on docker-compose.yaml and docker-compose.development.yaml

enviroment:
  ...
  - TMDB_API_KEY=MY_TMDB_API_KEY
  - JWT_PRIVATE_KEY=MySecretKey
  ...
  - ADMIN_USER=admin
  - ADMIN_PASSWORD=admin

How to get TMDB API key

Development

docker compose -f docker-compose.development.yaml up -d --build

Production

docker compose up -d

📩 Contact

📧 E-mail: arthur.reddyyz.contact@gmail.com

LinkedIn GitHub Portfólio

Made with ❤️ by Arthur Oliveira 🚀.

About

Movie streaming platform developed with NextJS and Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0