Skip to content

shadowoff09/cinema-quotes

Repository files navigation


License MIT Docker Pulls Github Actions

Getting Started 🚀

Deploying from Docker Hub 🐳

You will need Docker installed on your machine.

  docker run -d -p 3001:3001 shadowoff09/cinema-quotes:latest

Or

  docker run -d \
  -p 3001:3001 \
  --name cinema-quotes \
  --restart=always \
  shadowoff09/cinema-quotes:latest

Cinema-Quotes on Docker Hub

Deploying from GitHub (GHCR) 🐙

  docker run -p 3001:3001 ghcr.io/shadowoff09/cinema-quotes:latest

Or

  docker run -d \
  -p 3001:3001 \
  --name cinema-quotes \
  --restart=always \
  ghcr.io/shadowoff09/cinema-quotes:latest

Deploying from Source 🔨

You will need git, the latest or LTS version of Node.js installed on your system.

  • Clone the Repo: git clone https://github.com/shadowoff09/cinema-quotes.git and cd cinema-quotes
  • Install dependencies: npm i
  • Run: npm run start




Made with ❤️ and Javascript