Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Frontend: Next.js

  • Backend: NestJS

  • Auth: Keycloak (OIDC)

  • Database: PostgreSQL

Authentication Flow

...

Functional Requirements

1. Notes CRUD Features


FeatureDescription
Create NoteAuthenticated user can create personal notes.
View NotesView all notes created by the logged-in user.
Edit NoteEdit an existing note (only user’s own notes).
Delete NoteDelete any user-owned note.


Routing & Workflow (Frontend)

...