Update README

This commit is contained in:
2019-05-27 10:58:04 +05:30
parent dcbe68a27f
commit 2830a808a7

View File

@@ -4,13 +4,14 @@
A simple file manager for managing files on a remote fs using Node. A simple file manager for managing files on a remote fs using Node.
Dependencies: `express` `body-parser` `@fortawesome/fontawesome-free` `jquery` Dependencies: `express` `body-parser` `@fortawesome/fontawesome-free` `jquery` `connect-busboy`
Dependencies(testing): `chai` `mocha` `chai-http` Dependencies(testing): `chai` `mocha` `chai-http`
## Checklist ## Checklist
- [x] Folder Traversal - [x] Folder Traversal
- [X] File Downloads - [X] File Downloads
- [X] File Moving
- [ ] Upload - [ ] Upload
### Why ### Why