Skip to content

OmarHexa/Streaming_explorer

Repository files navigation

Streaming Explorer

UI view

Datasets Used

  1. Netflix Movies and TV Shows
  2. Amazon Prime Movies and TV Shows
  3. Disney+ Movies and TV Shows

Run Docker for backend and frontend

Build the docker image

docker build -t <image name> -f ./src/backend/Dockerfile .

Run the docker image. Here, we bind the host and docker containers port using host mode.

docker run --network=host --env-file .env <image name>`

RUN docker compose

docker compose will build both the docker file and run them togather.

docker-compose up

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •