Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Chiff/ng6-file-man-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng6-file-man express API

Node.js express API.

Installing

Prerequisities
  • 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.
Downloading

Download ng6-file-man-express from Github archive or clone project

git clone https://github.com/Chiff/ng6-file-man-express
Installation

Install dependencies

npm install
--- OR ---
yarn

Run server

node index.js
--- OR ---
nodemon index.js

Modification

For server settings like port, upload folder, file size limit check settings.js

Authors

  • Martin Filo - Initial work - Chiff

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details