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

20 lines
320 B
Markdown

# Image Node
A light web image uploader
## Setup
### Dependencies
* node.js (10.x)
* npm
### Installation
```bash
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