File Upload application with Nodejs, GridFS and Angular 2
git clone https://github.com/megharaykar/FileUploadOrganizer.git- Navigate into the directory
npm install- MongoDB should be installed and running on default port
node app.jsthis will start the node server on port 3002cd angular2-appnpm installnpm startangular2 app will be running on port 3000