Skip to main content

Generating Backend and Frontend

The platform provides a seamless way to generate both backend and frontend code, allowing users to quickly build and deploy full-stack applications without manual setup.

Backend Generation

  • In the Data tab, clicking the "Generate Resource" button initiates the backend code generation process.
  • The platform automatically generates a Spring Boot backend application, which includes:
    • The full project structure with necessary dependencies.
    • Predefined resources based on the configurations created in the Data tab.
    • RESTful API endpoints and services for interacting with the application data.
    • Built-in support for validations, relationships, and data integrity rules.
  • The generated backend is:
    • Ready to run locally or deploy to cloud platforms.
    • Built using best practices and aligned with modern Java/Spring Boot standards.

Frontend Generation

  • In the Layout tab, the "Download" button under the Actions dropdown allows users to export the complete frontend application.
  • The exported frontend includes:
    • All components arranged on the canvas.
    • Pages with navigation and routing.
    • Integrated resource bindings for CRUD operations.
    • Styling using Bootstrap and user-defined CSS.
    • Auto-generated forms and input validations.
  • The application is fully functional out of the box and can be run or deployed with minimal setup.