#node-upload
With node-upload you can upload images to your server by dragging and dropping.
You can now also upload by selecting a file from your iPad or iPhone.
There's a realtime image upload overview at /overview/ it works with Socket.IO.
After you've forked and cloned this repo you should cd into it and run the following commands:
npm install
gulp
Make sure you have imagemagick installed on your system server. To resize the images to thumbnails for the /overview page.
I have added gulp to watch everything so you'll never have to re-run the app, just run gulp and you're done.
You'll see 'Listening on 3030' which means you can now access the app by going to 127.0.0.1:3030
-
Improve design
-
Unit tests
-
Login / mongodb
