image_node/README.md

20 lines
320 B
Markdown
Raw Permalink Normal View History

2020-04-26 21:29:16 +02:00
# Image Node
A light web image uploader
2020-04-27 00:06:29 +02:00
## 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