WIP Less of a state than an initial commit. Just checking in a WIP state, to get the repo up and running.
36 files changed, 13495 insertions(+), 0 deletions(-) A .editorconfig A .eslintrc.json A .gitignore A .nvmrc A README.md A config/default.json A config/production.json A config/test.json A package-lock.json A package.json A public/favicon.ico A public/index.html A src/app.hooks.js A src/app.js A src/authentication.js A src/channels.js A src/hooks/associate-user.js A src/hooks/limit-to-user-owned.js A src/hooks/permit-user.js A src/hooks/validate-schema.js A src/index.js A src/logger.js A src/middleware/index.js A src/mongodb.js A src/services/index.js A src/services/notes/notes.class.js A src/services/notes/notes.hooks.js A src/services/notes/notes.schemas.js A src/services/notes/notes.service.js A src/services/users/users.class.js A src/services/users/users.hooks.js A src/services/users/users.service.js A test/app.test.js A test/authentication.test.js A test/services/notes.test.js A test/services/users.test.js