-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend store #8
Comments
I'd be interested in learning to use something with a MongoDB-like API so sounds good to me! |
This is all taking shape, at: https://github.com/mjg17/organisations-database/tree/server-store-api You can browse the store code at: and the corresponding tests at:
So the next stage is to write the express code :-) |
Paul originally suggested MongoDB for the data store on the backend server, and that seems to be a good plan for a real deployment. However it's a stumbling block if we each want to run a local dev server via node.js as we develop the app.
LokiJS seems to be a good alternative: http://lokijs.org/
It has a MongoDB-like API, and yet is completely self-contained. It can be installed via a single addition to packages,json, and can use a simple local file for persistence.
If that seems sensible, I'll work on implementing the back end API using LokiJS.
The text was updated successfully, but these errors were encountered: