A light web image uploader
Go to file
2020-04-28 16:01:48 +02:00
public/css Add list to route, allow a list of all images upload 2020-04-28 16:01:48 +02:00
routes Add list to route, allow a list of all images upload 2020-04-28 16:01:48 +02:00
views Add list to route, allow a list of all images upload 2020-04-28 16:01:48 +02:00
.gitignore Setup image upload 2020-04-26 18:56:38 +02:00
app.js Add list to route, allow a list of all images upload 2020-04-28 16:01:48 +02:00
LICENSE Add license and update package.json 2020-04-26 21:33:14 +02:00
package.json Update package.json 2020-04-26 23:55:29 +02:00
README.md Update README.md 2020-04-27 00:06:29 +02:00
user.js Move routes to separate files 2020-04-26 20:12:50 +02:00

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