Files
nodejs-fm/README.md
2019-05-24 11:35:33 +05:30

20 lines
504 B
Markdown

# nodejs-fm
[![Build Status](https://travis-ci.org/chrisvrose/nodejs-fm.svg?branch=master)](https://travis-ci.org/chrisvrose/nodejs-fm)
A simple file manager for managing files on a remote fs using Node.
Dependencies: `express` `body-parser` `sqlite`
Checklist:
- [x] Folder Traversal
- [ ] Filesystem viewing
- [ ] Upload
- [ ] Auth
Credit:
- Samuel Thornton: [Material Design Box Shadows]("https://codepen.io/sdthornton/pen/wBZdXq")
- StackOverflow: Troubleshooting errors
- Google: All knowing