File Upload using Angular and Node
Complete Tutorial: http://code.ciphertrick.com/2015/12/07/file-upload-with-angularjs-and-nodejs/
Demo Link: https://youtu.be/6XRi--KHN7U
##Quick Setup
- Download the code from here OR clone our repository by running git clone https://github.com/rahil471/file-upload-with-angularjs-and-nodejs.git
- Navigate to the server directory in our app using command-line.
- Run npm install
- If you use gulp run gulp OR simply run node app.js
- Open http://localhost:3000 in your browser