Files
nodejs-fm/README.md

20 lines
504 B
Markdown
Raw Normal View History

2019-05-19 10:47:08 +05:30
# nodejs-fm
2019-05-24 11:04:51 +05:30
[![Build Status](https://travis-ci.org/chrisvrose/nodejs-fm.svg?branch=master)](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:35:33 +05:30
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:
2019-05-24 11:35:33 +05:30
2019-05-19 18:48:50 +05:30
- 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