image_node/README.md
2020-04-27 00:06:29 +02:00

320 B

Image Node

A light web image uploader

Setup

Dependencies

  • node.js (10.x)
  • npm

Installation

git clone https://github.com/flifloo/image_node.git
cd image_node
npm install
npm start

Environmental variables

  • SECRET The secret for cookies and sessions
  • PORT The port of the web server