{"id":15379155,"url":"https://github.com/manolo/start-crud-demo","last_synced_at":"2025-06-11T15:05:17.293Z","repository":{"id":136671104,"uuid":"474031432","full_name":"manolo/start-crud-demo","owner":"manolo","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-25T14:00:00.000Z","size":405,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-30T18:38:21.255Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manolo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-25T13:59:58.000Z","updated_at":"2022-03-25T14:00:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"e01c9e1d-d95e-4948-93d7-35267058ad8d","html_url":"https://github.com/manolo/start-crud-demo","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"4b41541edfaff7147b33e017db6432fe3431d92e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manolo%2Fstart-crud-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manolo%2Fstart-crud-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manolo%2Fstart-crud-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manolo%2Fstart-crud-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manolo","download_url":"https://codeload.github.com/manolo/start-crud-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239793064,"owners_count":19697893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T14:18:27.320Z","updated_at":"2025-02-20T07:16:46.351Z","avatar_url":"https://github.com/manolo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom project from Hilla\n\nThis project can be used as a starting point to create your own Hilla application with Spring Boot.\nIt contains all the necessary configuration and some placeholder files to get you started.\n\n## Running the application\n\nThe project is a standard Maven project. To run it from the command line,\ntype `mvnw` (Windows), or `./mvnw` (Mac \u0026 Linux), then open\nhttp://localhost:8080 in your browser.\n\nYou can also import the project to your IDE of choice as you would with any\nMaven project.\n\n## Deploying to Production\n\nTo create a production build, call `mvnw clean package -Pproduction` (Windows),\nor `./mvnw clean package -Pproduction` (Mac \u0026 Linux).\nThis will build a JAR file with all the dependencies and front-end resources,\nready to be deployed. The file can be found in the `target` folder after the build completes.\n\nOnce the JAR file is built, you can run it using\n`java -jar target/myapp-1.0-SNAPSHOT.jar` (NOTE, replace\n`myapp-1.0-SNAPSHOT.jar` with the name of your jar).\n\n## Project structure\n\n\u003ctable style=\"width:100%; text-align: left;\"\u003e\n  \u003ctr\u003e\u003cth\u003eDirectory\u003c/th\u003e\u003cth\u003eDescription\u003c/th\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\u003ccode\u003efrontend/\u003c/code\u003e\u003c/td\u003e\u003ctd\u003eClient-side source directory\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003ccode\u003eindex.html\u003c/code\u003e\u003c/td\u003e\u003ctd\u003eHTML template\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003ccode\u003eindex.ts\u003c/code\u003e\u003c/td\u003e\u003ctd\u003eFrontend entrypoint, contains the client-side routing setup using \u003ca href=\"https://hilla.dev/docs/routing/router\"\u003eHilla Router\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003ccode\u003emain-layout.ts\u003c/code\u003e\u003c/td\u003e\u003ctd\u003eMain layout Web Component, contains the navigation menu, uses \u003ca href=\"https://vaadin.com/docs/latest/ds/components/app-layout\"\u003eApp Layout\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003ccode\u003eviews/\u003c/code\u003e\u003c/td\u003e\u003ctd\u003eUI views Web Components (TypeScript)\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003ccode\u003ethemes/\u003c/code\u003e\u003c/td\u003e\u003ctd\u003eCustom  \nCSS styles\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\u003ccode\u003esrc/main/java/\u0026lt;groupId\u0026gt;/\u003c/code\u003e\u003c/td\u003e\u003ctd\u003eServer-side \nsource directory, contains the server-side Java views\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003ccode\u003eApplication.java\u003c/code\u003e\u003c/td\u003e\u003ctd\u003eServer entry-point\u003c/td\u003e\u003c/tr\u003e\n\u003c/table\u003e\n\n## Useful links\n\n- Read the documentation at [hilla.dev/docs](https://hilla.dev/docs/).\n- Ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/hilla) or join our [Discord channel](https://discord.gg/MYFq5RTbBn).\n- Report issues, create pull requests in [GitHub](https://github.com/vaadin/hilla).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanolo%2Fstart-crud-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanolo%2Fstart-crud-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanolo%2Fstart-crud-demo/lists"}