eabz / videoteca

Simple platform for displaying a list of movies with metadata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Videoteca

Simple platform with a custom auth system that manages a list of movies with metadata from IMDB.

Docker Image Size build

Requirements

Installing

  1. Clone the repository
git clone https://github.com/eabz/videoteca && cd videoteca
  1. Copy the .env.example as .env file and modify it with your environment variables.

  2. Start the app

bun run start

Docker

  1. Download the public docker image
docker image pull 0xeabz/videoteca:main
  1. Copy the .env.example as .env file and modify it with your environment variables.

  2. Start the docker container

docker run --env-file ./.env -p 3000:3000 0xeabz/videoteca:main 

About

Simple platform for displaying a list of movies with metadata


Languages

Language:TypeScript 98.7%Language:Dockerfile 0.8%Language:JavaScript 0.5%