Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 396 Bytes

File metadata and controls

27 lines (23 loc) · 396 Bytes

Memoneo API

TypeScript REST API for encrypted notes.

Runtime dependencies:

  • Node.js
  • pnpm
  • Postgres
  • Auth service JWKS endpoint

Endpoints:

  • GET /health
  • GET /notes
  • GET /notes/ids
  • POST /notes/bulk
  • PUT /note
  • PUT /notes/:id
  • PATCH /notes/:id/archive
  • DELETE /notes
  • PUT /notes/:id/file
  • GET /openapi

Database:

pnpm db:generate
pnpm db:migrate