{"id":22902974,"url":"https://github.com/narbase/narcore-kunafa","last_synced_at":"2025-05-08T07:44:35.382Z","repository":{"id":134098154,"uuid":"532500048","full_name":"Narbase/narcore-kunafa","owner":"Narbase","description":"Starter project with PEKK stack.","archived":false,"fork":false,"pushed_at":"2024-06-04T05:48:56.000Z","size":2182,"stargazers_count":2,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-08T07:44:28.962Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"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/Narbase.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}},"created_at":"2022-09-04T09:57:47.000Z","updated_at":"2024-06-04T05:49:00.000Z","dependencies_parsed_at":"2024-11-06T21:21:14.099Z","dependency_job_id":"adf630c4-2f75-4887-a206-cb8db4fb83a6","html_url":"https://github.com/Narbase/narcore-kunafa","commit_stats":{"total_commits":40,"total_committers":5,"mean_commits":8.0,"dds":0.55,"last_synced_commit":"635e9324008393b60b212e23e8a867a97bc698f3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narbase%2Fnarcore-kunafa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narbase%2Fnarcore-kunafa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narbase%2Fnarcore-kunafa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narbase%2Fnarcore-kunafa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Narbase","download_url":"https://codeload.github.com/Narbase/narcore-kunafa/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253025333,"owners_count":21842409,"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-12-14T02:29:53.253Z","updated_at":"2025-05-08T07:44:35.365Z","avatar_url":"https://github.com/Narbase.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Running the project\n\nTo run the project, you need to run the server and the frontend.\n\n### Running the server\n\nIn the terminal, run `./gradlew narcore-server:run`\n\n### Running the frontend\n\nIn the terminal, run `./gradlew :narcore-web:jsBrowserDevelopmentRun -t`\n\n## Understanding the codebase\n\n### Naming Suffixes\n\nobjectTable -\u003e DB table\nobjectDto -\u003e Data Transfer Object\nobjectDs -\u003e Data Structure (e.g. POJO, POKO)\nobjectRm -\u003e Repository Model (Normally a composition of multiple models)\n\n### Data Transfer Objects (DTOs)\n\nDTOs are placed in a common project and shared between the front end and the backend.\n\n### DAO vs Repositories\n\nA DAO correspond to a single Table (and a single model) and implement CRUD operations.\n\nRepository is similar to a DAO Facade (Read about the Facade Design Pattern) and it abstracts the access to multiple\nDAOs. However, it has a single \"fat\" model. Normally, the repo fat model is a composition of the models of the DAOs.\n\nFor example:\n\nClientsDao -\u003e ClientsTable\nUsersDao -\u003e UsersTable\nRolesDao -\u003e RolesTable\n\nThen:\n\nUsersRepository -\u003e ClientsDao, UsersDao, RolesDao\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarbase%2Fnarcore-kunafa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnarbase%2Fnarcore-kunafa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarbase%2Fnarcore-kunafa/lists"}