2019-05-19 10:47:08 +05:30
|
|
|
# nodejs-fm
|
2019-05-24 11:04:51 +05:30
|
|
|
|
|
|
|
[](https://travis-ci.org/chrisvrose/nodejs-fm)
|
|
|
|
|
2019-05-19 10:47:08 +05:30
|
|
|
A simple file manager for managing files on a remote fs using Node.
|
|
|
|
|
|
|
|
Dependencies: `express` `body-parser` `sqlite`
|
|
|
|
|
|
|
|
|
2019-05-24 11:27:55 +05:30
|
|
|
Checklist:
|
2019-05-24 11:14:19 +05:30
|
|
|
- [x] Folder Traversal
|
|
|
|
- [ ] Filesystem viewing
|
|
|
|
- [ ] Upload
|
|
|
|
- [ ] Auth
|
2019-05-19 10:47:08 +05:30
|
|
|
|
2019-05-19 18:48:50 +05:30
|
|
|
|
|
|
|
Credit:
|
|
|
|
- Samuel Thornton: [Material Design Box Shadows]("https://codepen.io/sdthornton/pen/wBZdXq")
|
2019-05-24 11:27:55 +05:30
|
|
|
- StackOverflow: Troubleshooting errors
|
|
|
|
- Google: All knowing
|