{"id":14973472,"url":"https://github.com/manydesigns/portofino","last_synced_at":"2025-05-15T23:03:55.527Z","repository":{"id":27443441,"uuid":"30921794","full_name":"ManyDesigns/Portofino","owner":"ManyDesigns","description":"Portofino 5 is the next generation of the open-source low-code web framework Portofino. Its purpose is to help developers create modern, responsive enterprise applications with REST APIs and an Angular UI.","archived":false,"fork":false,"pushed_at":"2025-05-15T09:28:57.000Z","size":68904,"stargazers_count":181,"open_issues_count":139,"forks_count":56,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-05-15T23:03:46.813Z","etag":null,"topics":["angular","database","groovy","hacktoberfest","hibernate","java","low-code","model-driven","rad","rest","rest-api"],"latest_commit_sha":null,"homepage":"http://portofino.manydesigns.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ManyDesigns.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"security-shiro/pom.xml","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-02-17T14:59:55.000Z","updated_at":"2025-03-13T07:39:37.000Z","dependencies_parsed_at":"2023-10-20T16:58:36.461Z","dependency_job_id":"a82b13af-b311-4531-87b7-93aee8a9df3f","html_url":"https://github.com/ManyDesigns/Portofino","commit_stats":{"total_commits":3761,"total_committers":22,"mean_commits":"170.95454545454547","dds":0.565806966232385,"last_synced_commit":"740e082aa363d81b5caaaab5df79c2bf20ebe4eb"},"previous_names":[],"tags_count":64,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManyDesigns%2FPortofino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManyDesigns%2FPortofino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManyDesigns%2FPortofino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManyDesigns%2FPortofino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ManyDesigns","download_url":"https://codeload.github.com/ManyDesigns/Portofino/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254436944,"owners_count":22070946,"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":["angular","database","groovy","hacktoberfest","hibernate","java","low-code","model-driven","rad","rest","rest-api"],"created_at":"2024-09-24T13:48:49.055Z","updated_at":"2025-05-15T23:03:55.455Z","avatar_url":"https://github.com/ManyDesigns.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ManyDesigns Portofino 5 #\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.manydesigns/portofino/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.manydesigns/portofino)\n[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/ManyDesigns/Portofino.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/ManyDesigns/Portofino/context:java)\n[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/ManyDesigns/Portofino.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/ManyDesigns/Portofino/context:javascript)\n[![Build Status](https://github.com/ManyDesigns/Portofino/actions/workflows/build.yml/badge.svg)](https://github.com/ManyDesigns/Portofino/actions/workflows/build.yml)\n[![Join the chat at https://gitter.im/ManyDesigns-Portofino/Lobby](https://badges.gitter.im/ManyDesigns-Portofino/Lobby.svg)](https://gitter.im/ManyDesigns-Portofino/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Download the latest version of Portofino from SourceForge](https://img.shields.io/sourceforge/dm/portofino.svg)](https://sourceforge.net/projects/portofino/files/latest/download)\n\nPortofino is a low-code tool for building model-driven REST APIs and web applications.\nIt's written in Java and extensible using Groovy, and it's distributed under the LGPL\nopen-source license. It's developed and supported by the company, ManyDesigns, based in Genova, Italy\n(http://www.manydesigns.com).\n\nYou can use Portofino to create good-looking applications for the Web and mobile devices. The creation process can include:\n - automatic generation through a \"wizard\" tool that analyses the structure of your existing relational database;\n - manual configuration through a web-based administration interface that lives alongside the application;\n - customization with Groovy (for the backend) and Angular/JavaScript (for the frontend).\n \nThe result is a fully functional web application with:\n * a highly customizable backend service that exposes your data with REST-style APIs\n * a responsive web user interface based on Angular Material \n * authentication, authorization and user management\n * an email subsystem\n * a scheduler\n * and much more.\n\nThe application is designed to be incrementally extended and customized,\nboth graphically and in functionality (e.g., adding new buttons to existing pages, and corresponding actions on the server).\nWhen existing extension points are not enough, completely custom REST resources and Angular components can be integrated,\nwhile retaining the possibility to use built-in services through dependency injection (Spring).\n\nDevelopment can happen \"PHP style\", i.e. by modifying a live application using only a text editor,\nas well as \"Java style\", by employing an IDE, a build system, release and deployment – but with a quick edit-refresh-test cycle.\n\nPortofino is based on popular and proven open-source libraries such as Hibernate, Groovy, Apache Shiro, Spring, Angular and Angular Material, Jersey JAX-RS.\n\nThe home of Portofino is http://portofino.manydesigns.com. There you can find the documentation, pointers to community\nresources (forums, wiki, issue tracker), commercial support.\n\nPortofino is translated into several languages, thanks to Manydesigns and various contributors. Languages include English, Italian, French, German, Spanish and Arabic.\n\n## Getting Started ##\n\nTo get started, it's useful to begin from the wiki on GitHub: https://github.com/ManyDesigns/Portofino/wiki/Getting-started-with-Portofino-5.\n\nThe official compiled distribution is hosted on SourceForge: http://sourceforge.net/projects/portofino.\nIt requires no installation, just unzip it. It is a bundle of Apache Tomcat, Portofino and JDBC drivers for popular\nopen source databases.\n\nThis repository contains the source code of the framework. If you want to build it, see\nhttps://github.com/ManyDesigns/Portofino/wiki/Building-from-source. It's not necessary to build Portofino in order to use it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanydesigns%2Fportofino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanydesigns%2Fportofino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanydesigns%2Fportofino/lists"}