ertrii / nodejs-simple-file-upload

a simple app for uploading files using node.js and express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js simple file upload

JavaScript Style Guide

Dependencies

  • express
  • ejs
  • fs
  • multer
  • dotenv
  • standard

Run

> git clone https://github.com/Majidkn/nodejs-simple-file-upload.git
> cd nodejs-simple-file-upload
> npm install
> npm start

Create file .env

PORT=3000
DIR=./uploads

The application will be served on :3000

About

a simple app for uploading files using node.js and express


Languages

Language:EJS 56.8%Language:JavaScript 43.2%