Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 659 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 659 Bytes

Memoneo

Memoneo provides a small cli to encrypt and sync your markdown notes to a Postgres database via a self-hosted backend.

Project structure

Frontends

  • Memoneo CLI organize your markdown notes locally and sync them to the Memoneo server
  • Memoneo app - Android app for syncing transcribed voice notes

Backends

  • Memoneo auth - Handles authentication and authorization
  • Memoneo master - Wraps the Hasura GraphQL database layer
  • Memoneo gqlwrapper - Provides selected REST endpoints for the Memoneo app, wrapping the Hasura GraphQL API