Getting Started#

Three short pages take you from “what is this?” to a running Palmyra service.

Step Page Time
1 Introduction — what Palmyra is and what it solves 2 min
2 Requirements — make sure your environment is ready 1 min
3 Installation — add the dependency, wire SpringBoot, verify with a minimal endpoint 10 min

After installation, pick where to go next:

  • For a complete worked walkthrough — My First Application builds a two-entity admin console (Employee + Department) end-to-end, backend and frontend.
  • For per-component API detail — Reference has pages for every annotation, handler, base class, and React widget.
  • For the framework’s positioning, comparisons with similar tools, and the “is this for me?” answer — Overview.