Quickstart
Requirements
Section titled “Requirements”- Java 17
- Node.js and npm
- Local ports
5173and8080
Start development
Section titled “Start development”From the repository root:
npm installnpm run devDefault addresses:
- Web:
http://localhost:5173 - API:
http://localhost:8080
First-run setup
Section titled “First-run setup”Without environment-provided system storage, the first visit opens the setup flow:
- Choose local H2 or a supported remote relational database.
- Enter connection details for remote storage.
- Validate the connection.
- Create the super administrator.
- Sign in and open the connection manager.
Before saving any remote storage or data-source password in production, configure a stable APP_SECRET or STORAGE_CONFIG_SECRET.
Add a data source
Section titled “Add a data source”- Select or create a data-source group.
- Choose an installed JDBC driver.
- Enter the JDBC URL, username, and password.
- Test the connection.
- Save it and open the database workspace.
Continue with Configuration and security and Data-source workflows.