We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be9539 commit 92e7c0eCopy full SHA for 92e7c0e
1 file changed
memex/ClassDescription.md
@@ -8,6 +8,9 @@ Memex.
8
Memex comes as a working example application with most reusable functionality abstracted into reusable templated
9
classes. If you cannot simply reuse these as they are, you can derive from them or modify them as needed.
10
11
+Memex also comes with a simple browser-based UI to demonstrate the query endpoints. This is not intended as reusable
12
+code.
13
+
14
# Model Classes
15
16
Model classes represent the data objects used by your application. They typically map to the objects you persist in the
0 commit comments