Open benjspriggs opened 5 years ago
Will require user authentication, and some kind of per-user storage solution for the backend.
Consider pouchdb for data sync and offline accessibility: https://pouchdb.com
Consider auth0 for user auth and login security.
Alternatively, for offline-first experience: https://turtle-db.github.io/
Alternatively, for swapping out the API layer: https://github.com/feathersjs/feathers
It'd be nice to be able to take notes alongside existing entries, and have them be persisted alongside each entry.