{"id":19577836,"url":"https://github.com/fedeztk/tripapp","last_synced_at":"2026-04-11T18:02:28.233Z","repository":{"id":104889898,"uuid":"575330527","full_name":"fedeztk/TripApp","owner":"fedeztk","description":"TripApp - you trip companion app. Easily manage your next trip!","archived":false,"fork":false,"pushed_at":"2023-07-18T17:58:51.000Z","size":65093,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T11:46:04.684Z","etag":null,"topics":["java","k8s","kubernetes","next","nextjs","react","reactjs","spring","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fedeztk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-12-07T09:14:36.000Z","updated_at":"2023-08-28T06:47:41.000Z","dependencies_parsed_at":"2025-02-26T11:43:45.617Z","dependency_job_id":"f9fc3434-9433-471e-99bc-56f34fb096dc","html_url":"https://github.com/fedeztk/TripApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fedeztk/TripApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedeztk%2FTripApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedeztk%2FTripApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedeztk%2FTripApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedeztk%2FTripApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fedeztk","download_url":"https://codeload.github.com/fedeztk/TripApp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fedeztk%2FTripApp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263013703,"owners_count":23399812,"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":["java","k8s","kubernetes","next","nextjs","react","reactjs","spring","typescript"],"created_at":"2024-11-11T07:08:30.637Z","updated_at":"2026-04-11T18:02:28.183Z","avatar_url":"https://github.com/fedeztk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TripApp\n\nMicro-service architecture deployed on kubernetes!\n\n## Final infrastructure (Poll, Map and Info sections are partially/totally un-implemented)\n![tripapp_architecture](https://user-images.githubusercontent.com/58485208/220957276-3a9bf71f-d736-41fc-a07a-b8580ef2e483.png)\n\n\n## Showcase\n\n#### Landing page - your next trips!\n![image](https://user-images.githubusercontent.com/58485208/220953373-f4373c86-916b-4141-be83-0897c4c0d688.png)\n##### Adaptive view\n\u003cimg src=\"https://user-images.githubusercontent.com/58485208/220954365-b74bcaf5-2a22-4159-8774-7439d35cf6c1.png\" width=\"400\"\u003e\n\n#### App sections\n![image](https://user-images.githubusercontent.com/58485208/220953487-9c2c12e3-8fd5-4329-ad7e-405c4d3023ea.png)\n\n#### Map\n![image](https://user-images.githubusercontent.com/58485208/220955410-2aa4bbdf-a583-47b1-926a-c7e615ded0c0.png)\n\n#### Finance\n![image](https://user-images.githubusercontent.com/58485208/220955520-6da621dd-4ac3-4c26-94f6-9aa49fe65b5d.png)\n![image](https://user-images.githubusercontent.com/58485208/220955564-91ad17e3-0e25-43f5-90b4-71db53c1c083.png)\n\n#### Info\n\u003cimg src=\"https://user-images.githubusercontent.com/58485208/220955950-c25df2a6-0ce0-4093-91ca-52e610dad2e3.png\" width=\"400\"\u003e\n\n\n## Development\n\n- Directory structure:\n\n```plain\n.\n├── .github      # ci/cd pipelines\n├── docs         # documentation generation files\n├── infra        # kubernetes deployment manifests\n├── tripapp-app  # java/spring backend micro-services\n└── tripapp-ui   # typescript/react frontend\n```\n\n- Agile/XP development done on [github projects](https://github.com/users/fedeztk/projects/1).\n\n### Git workflow\n\n- Naming: use *meaningful* commit messages (see [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)). Use `fix(scope):` `feat(scope):` `docs:` `refactor:` `build:` `test:` etc. followed by a concise comment (the scope of the change between () is optional). This is useful for keeping the git history clean and back-trackable (try it with `git log --oneline`).\n\n- Contributing:\n    + When a change needs to be done, a new issue should be created, giving a simple description about it.\n    + The contributor then need to fork the `master` branch, name the new branch according to the feature/bugs that addresses (again, see conventional commits, valid branch names are: `fix(my-microservice):error-handling-crash`, `feat(ui):added-login-prompt`, `docs:fixed-misspelling`).\n    + When the branch is ready (all work is done), the contributor needs to open a new pull request, following the same name convention and referencing the related issue.\n    **IMPORTANT**: if the `master` branch is ahead of the fork, it needs to be rebased.\n    + When all ci/cd pipelines passes, the branch is ready to be merged.\n    + The fork can be safely deleted.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedeztk%2Ftripapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffedeztk%2Ftripapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedeztk%2Ftripapp/lists"}