12 lines
178 B
Markdown
12 lines
178 B
Markdown
|
# nodejs-fm
|
||
|
A simple file manager for managing files on a remote fs using Node.
|
||
|
|
||
|
Dependencies: `express` `body-parser` `sqlite`
|
||
|
|
||
|
|
||
|
TODO:
|
||
|
1. Filesystem viewing
|
||
|
2. Upload
|
||
|
3. Auth
|
||
|
|