/file-upload-nodejs

A nodejs file upload with localtunnel url(localtunnel exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes).

Primary LanguageJavaScript

File upload nodejs

File upload nodejs Screenshot

Dependencies

  • express
  • ejs
  • fs
  • multer
  • localtunnel

Start

> git clone https://github.com/sthnaqvi/file-upload-nodejs.git
> cd file-upload-nodejs
> npm install
> npm start
> npm run lt-server (start server with localtunnel url)