{"id":24149007,"url":"https://github.com/mochrks/fullstack-go-hexagon","last_synced_at":"2026-06-29T21:31:26.269Z","repository":{"id":258494873,"uuid":"873724048","full_name":"Mochrks/fullstack-go-hexagon","owner":"Mochrks","description":"This repository demonstrates a fullstack application using Go with the Gin framework on the backend and a modular Hexagonal Architecture (also known as Ports and Adapters). The frontend is developed using modern web technologies to ensure seamless integration and a great user experience.","archived":false,"fork":false,"pushed_at":"2024-10-21T01:14:21.000Z","size":399,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T01:27:18.332Z","etag":null,"topics":["gin-gonic","go","mongodb","postgresql","reactjs","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Mochrks.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":"2024-10-16T15:58:53.000Z","updated_at":"2024-12-07T08:00:58.000Z","dependencies_parsed_at":"2025-10-27T01:27:44.181Z","dependency_job_id":null,"html_url":"https://github.com/Mochrks/fullstack-go-hexagon","commit_stats":null,"previous_names":["mochrks/fullstack-go-hexagon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mochrks/fullstack-go-hexagon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mochrks%2Ffullstack-go-hexagon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mochrks%2Ffullstack-go-hexagon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mochrks%2Ffullstack-go-hexagon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mochrks%2Ffullstack-go-hexagon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mochrks","download_url":"https://codeload.github.com/Mochrks/fullstack-go-hexagon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mochrks%2Ffullstack-go-hexagon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34944147,"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-06-29T02:00:05.398Z","response_time":58,"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":["gin-gonic","go","mongodb","postgresql","reactjs","tailwindcss","typescript","vite"],"created_at":"2025-01-12T08:34:45.070Z","updated_at":"2026-06-29T21:31:26.230Z","avatar_url":"https://github.com/Mochrks.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n\u003ch1 align=\"center\" style=\"font-family: 'Poppins', sans-serif; font-size: 2.5em; font-weight: bold;\"\u003eFullstack CRUD API Products \u003c/h1\u003e\r\n\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"https://skillicons.dev/icons?i=react,vite,go,ts,tailwind,mongodb,postgres\" alt=\"Tech Stack Icons\" /\u003e\r\n\u003c/p\u003e\r\n\r\n## Project Overview\r\n\r\nThe **Fullstack CRUD API Products** application is built using the following technologies:\r\n\r\n### Tech Stack:\r\n- **GO(Gin)** with **GORM for ORM** \r\n- **React** with **Vite**, **TypeScript**, **Tailwind CSS**, **Radix UI**, and **Framer Motion**\r\n\r\n\r\n\r\n\r\n### Folder Structure:\r\n```bash\r\nfullstack-go-hexagon/\r\n│\r\n├── go-hexagon/    # Go(gin) backend project\r\n│\r\n│\r\n└── react-project/      # React frontend project\r\n\r\n```\r\n## GO(gin) projects\r\n---------------\r\n\r\n\u003ca href=\"https://www.npmjs.com/package/express\" target=\"_blank\"\u003e \u003cimg src=\"https://img.shields.io/npm/v/express.svg\" alt=\"Express Version\" /\u003e \u003c/a\u003e \r\n\u003ca href=\"https://github.com/expressjs/express\" target=\"_blank\"\u003e \u003cimg src=\"https://img.shields.io/github/license/expressjs/express.svg\" alt=\"License\" /\u003e \u003c/a\u003e\r\n\r\n### Setup \u0026 Installation\r\n\r\n- **Clone the repository**\r\n    ```bash\r\n   https://github.com/Mochrks/fullstack-go-hexagon.git\r\n    cd fullstack-go-hexagon/go-hexagon\r\n    ```\r\n\r\n- **Install dependencies**\r\n    ```bash\r\n   go mod tidy\r\n    ```\r\n\r\n- **Run the application**\r\n    ```bash\r\n    go run cmd/main.go\r\n    ```\r\n\r\n- **API Endpoints**  \r\n  The Go Gin project provides several API endpoints for managing products.\r\n\r\n---\r\n\r\n\r\n---\r\n## React Project\r\n----------------\r\n\r\n\u003ca href=\"https://vitejs.dev\" target=\"_blank\"\u003e \u003cimg src=\"https://img.shields.io/badge/vite-%5E3.0-blue\" alt=\"Vite Version\" /\u003e \u003c/a\u003e \r\n\u003ca href=\"https://reactjs.org/\" target=\"_blank\"\u003e \u003cimg src=\"https://img.shields.io/npm/v/react.svg\" alt=\"React Version\" /\u003e \u003c/a\u003e\r\n\r\n### Setup \u0026 Installation\r\n\r\n- **Navigate to the project directory**\r\n    ```bash\r\n    cd fullstack-go-hexagon/react-project\r\n    ```\r\n\r\n- **Install dependencies**\r\n    ```bash\r\n    npm install\r\n    ```\r\n\r\n- **Run the application**\r\n    ```bash\r\n    npm run dev\r\n    ```\r\n\r\n- **Frontend UI**  \r\n  The React project uses **Tailwind CSS** for styling, **Radix UI** for components, and **Framer Motion** for animations. It connects to the backend APIs to display and manage food transactions.\r\n\r\n\r\n\r\n---\r\n\r\n## Connect with me:\r\n[![GitHub](https://img.shields.io/badge/GitHub-333?style=for-the-badge\u0026logo=github\u0026logoColor=white)](https://github.com/mochrks)\r\n[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge\u0026logo=youtube\u0026logoColor=white)](https://youtube.com/@Gdvisuel)\r\n[![Instagram](https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge\u0026logo=instagram\u0026logoColor=white)](https://instagram.com/mochrks)\r\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://linkedin.com/in/mochrks)\r\n[![Behance](https://img.shields.io/badge/Behance-1769FF?style=for-the-badge\u0026logo=behance\u0026logoColor=white)](https://behance.net/mochrks)\r\n[![Dribbble](https://img.shields.io/badge/Dribbble-EA4C89?style=for-the-badge\u0026logo=dribbble\u0026logoColor=white)](https://dribbble.com/mochrks)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmochrks%2Ffullstack-go-hexagon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmochrks%2Ffullstack-go-hexagon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmochrks%2Ffullstack-go-hexagon/lists"}