/file-uploader

This is the NodeJS server for uploading the 3D models of eyeware to be used in the SpeculAR Unity application

Primary LanguageJavaScriptMIT LicenseMIT

Building an AJAX File Uploader with NodeJs

SpeculAR file uploader

Check out the full tutorial at coligo

Instructions

Install NodeJS https://nodejs.org/en/download/

The command to install the dependencies via NPM:

npm install express formidable --save

cd file-uploader

To Run server: node app.js