HollyFilms is a project that I have created to provide a simple way to manage the movies and process large video files.
Install dependencies:
pnpm install -g
pnpm install
Start NestJS API
pnpm run start:back
Start Angular frontend
pnpm run start:front
The frontend is an Angular application with tailwindCSS.
The REST API is a NestJS application using my own nestjs-env-config library.
NPM Package nestjs-env-config.
- Loïc Vanden Bossche