ng6-file-man express API
Node.js express API.
- Node.js
- Yarn/Npm
- Nodemon (optional) - Nodemon is a utility that will monitor for any changes in your source and automatically restart your server. Perfect for development.
Download ng6-file-man-express from Github archive or clone project
git clone https://github.com/Chiff/ng6-file-man-express
Install dependencies
npm install
--- OR ---
yarn
Run server
node index.js
--- OR ---
nodemon index.js
For server settings like port, upload folder, file size limit check settings.js
- Martin Filo - Initial work - Chiff
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details