A light web image uploader
Go to file
2020-04-27 20:58:31 +02:00
public/css Somme CSS for the eyes 2020-04-26 21:25:55 +02:00
routes Add file type filter on upload 2020-04-27 20:58:31 +02:00
views Add file type filter on upload 2020-04-27 20:58:31 +02:00
.gitignore Setup image upload 2020-04-26 18:56:38 +02:00
app.js Better environment variable use 2020-04-26 23:57:03 +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