Update Readme

This commit is contained in:
2019-05-24 11:27:55 +05:30
parent e39c28539e
commit b0cd933e4a

View File

@@ -7,7 +7,7 @@ A simple file manager for managing files on a remote fs using Node.
Dependencies: `express` `body-parser` `sqlite` Dependencies: `express` `body-parser` `sqlite`
TODO: Checklist:
- [x] Folder Traversal - [x] Folder Traversal
- [ ] Filesystem viewing - [ ] Filesystem viewing
- [ ] Upload - [ ] Upload
@@ -16,3 +16,5 @@ TODO:
Credit: Credit:
- Samuel Thornton: [Material Design Box Shadows]("https://codepen.io/sdthornton/pen/wBZdXq") - Samuel Thornton: [Material Design Box Shadows]("https://codepen.io/sdthornton/pen/wBZdXq")
- StackOverflow: Troubleshooting errors
- Google: All knowing