From 9ce2d45ff77f72cb97ab02e54281ef8b8be547c0 Mon Sep 17 00:00:00 2001 From: Christopher Rose Date: Sun, 19 May 2019 10:47:08 +0530 Subject: [PATCH] README update --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cb96f8c --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# 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 +