From 6dd82994a6755a050bdc099be0f275bf7a007836 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Sun, 11 Sep 2016 18:03:47 +0200 Subject: [PATCH] add basic README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..10c6aef --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# smartdata + +smartdata is a ODM that adheres to TypeScript practices and uses classes to organize data. +It uses MongoDB as persistent storage. \ No newline at end of file