Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 441 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 441 Bytes

quick-be

Quick BE is a super basic, out-of-the-box Node.JS backend wrapper for Google Datastore (though it could probably be modified for any cloud NoSQL service without much trouble).

It includes basic user registration/authentication with JSON Web Tokens.

There is an accompanying client-side API available at:

bower install quick-be-client

I mostly use this for my own purposes but am happy to help with community requests.