Skip to content

6rian/hackerflix

Repository files navigation

hackerflix

HackerFlix is a curated directory of documentaries, docuseries, movies, and tv shows about computers, hacking, technology, privacy, cyberpunk and Internet culture. Most of the imagery and data is provided via The Movie DB.

Development

Prerequisites

  • NodeJS v16+
  • Docker Desktop

Setup

  1. Clone this repository.
  2. Copy .env.example to .env and add config values.
  3. Create a private directory and add the GCP service account credentials file.
  4. Install dependencies: npm install
  5. Start Redis: docker-compose up -d
  6. Start the dev server: npm run dev

Upon a successful start of the application, the console will show:

[dev:server] Application listening on port 3000

To access the site visit: http://localhost:3000/

To access Redis visit: http://localhost:8001/

About

Browse The Largest Database of Hacker Films & Shows Online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published