{"id":50404427,"url":"https://github.com/nedap/workshop-syntaxis","last_synced_at":"2026-05-31T01:02:09.227Z","repository":{"id":345065017,"uuid":"1184287855","full_name":"nedap/workshop-syntaxis","owner":"nedap","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-17T13:25:14.000Z","size":601,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-18T03:50:34.832Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nedap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-17T12:50:44.000Z","updated_at":"2026-03-17T13:25:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nedap/workshop-syntaxis","commit_stats":null,"previous_names":["nedap/workshop-syntaxis"],"tags_count":null,"template":true,"template_full_name":null,"purl":"pkg:github/nedap/workshop-syntaxis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fworkshop-syntaxis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fworkshop-syntaxis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fworkshop-syntaxis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fworkshop-syntaxis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nedap","download_url":"https://codeload.github.com/nedap/workshop-syntaxis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fworkshop-syntaxis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33715211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-05-31T01:02:08.389Z","updated_at":"2026-05-31T01:02:09.214Z","avatar_url":"https://github.com/nedap.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workshop Nedap @ Syntaxis\n**Open standards in care: hands-on with openEHR**\n\nThis repository contains the workshop material for the openEHR workshop. It consists of a Java-based API and a Vue.js web frontend.\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed on your machine:\n\n### For the API (Spring Boot)\n- **Java Development Kit (JDK) 21**: The project requires Java 21 to compile and run. You can find the installation guide [here](https://docs.oracle.com/en/java/javase/21/install/overview-jdk-installation.html).\n\n### For the Web Component (Vue.js)\n- **Node.js and NPM**: Recommended Node.js versions are `^20.19.0` or `\u003e=22.12.0`. NPM is usually bundled with Node.js. You can find the installation guide [here](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).\n\n---\n\n## Installation\n\n### 1. Clone the repository\n```bash\ngit clone https://github.com/nedap/workshop-syntaxis.git\ncd workshop-syntaxis\n```\n\n### 2. Set up the Database\nThe project uses a SQLite database. To initialize and seed the database with initial data, run the following command from the project root:\n\n**Linux / macOS:**\n```bash\n./gradlew seedDatabase\n```\n\n**Windows:**\n```cmd\ngradlew.bat seedDatabase\n```\n\n---\n\n## Running the Project\n\nTo run the full project, you need to start both the API and the Web component.\n\n### 1. Run the API (Backend)\nNavigate to the project root and run the Spring Boot application:\n\n**Linux / macOS:**\n```bash\n./gradlew bootRun\n```\n\n**Windows:**\n```cmd\ngradlew.bat bootRun\n```\n\nThe API will be available at `http://localhost:8080` (default Spring Boot port).\n\n### 2. Run the Web Component (Frontend)\nNavigate to the `web` directory, install the dependencies, and start the development server:\n\n**All Platforms:**\n```bash\ncd web\nnpm install\nnpm run dev\n```\n\nThe web interface will be available at `http://localhost:5173` (default Vue.js development port).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnedap%2Fworkshop-syntaxis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnedap%2Fworkshop-syntaxis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnedap%2Fworkshop-syntaxis/lists"}