{"id":22446810,"url":"https://github.com/fingertips18/go-react-starter","last_synced_at":"2026-04-05T23:35:37.042Z","repository":{"id":255554897,"uuid":"852380665","full_name":"Fingertips18/go-react-starter","owner":"Fingertips18","description":"🚀Explore Go (Golang) with hands-on API development and syntax experimentation. Perfect for beginners and devs diving into Go’s core features!","archived":false,"fork":false,"pushed_at":"2025-03-22T12:56:30.000Z","size":3219,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-22T13:39:02.284Z","etag":null,"topics":["chakra-ui","go","golang","react-router-dom","reactjs","starter-project","tanstack-react-query","typescript"],"latest_commit_sha":null,"homepage":"https://go-react-starter.onrender.com","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/Fingertips18.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":"2024-09-04T17:52:41.000Z","updated_at":"2025-03-22T12:56:33.000Z","dependencies_parsed_at":"2025-01-12T07:23:40.423Z","dependency_job_id":"79c9bd9b-b829-48a6-a6b0-850a5bbed527","html_url":"https://github.com/Fingertips18/go-react-starter","commit_stats":null,"previous_names":["fingertips18/go-starter","fingertips18/go-react-starter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fingertips18%2Fgo-react-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fingertips18%2Fgo-react-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fingertips18%2Fgo-react-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fingertips18%2Fgo-react-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fingertips18","download_url":"https://codeload.github.com/Fingertips18/go-react-starter/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245832998,"owners_count":20679763,"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":["chakra-ui","go","golang","react-router-dom","reactjs","starter-project","tanstack-react-query","typescript"],"created_at":"2024-12-06T04:11:59.065Z","updated_at":"2025-12-30T23:22:41.056Z","avatar_url":"https://github.com/Fingertips18.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"src/assets/banner.png\" alt=\"Banner\" width=\"100%\" /\u003e\n\n# 🚀 Go Starter\n\nThis repository serves as a playground for exploring **Go (Golang)** features, including **API development**, **syntax experimentation**, and learning the **basics of Go** programming. Ideal for beginners and developers looking to get hands-on experience with **Go**.\n\n### 🔗 Website Link: [Live](https://go-starter.onrender.com/)\n\n## 📚 Table of Contents\n\n- 🔧 [Technologies Used](#tech-used)\n\n- ✨ [Features](#features)\n\n- 📖 [Setup Instructions](#setup)\n\n- 🚀 [Backend (Go)](#backend)\n\n- ⚛️ [Frontend (React JS)](#frontend)\n\n- 📡 [API Endpoints](#api)\n\n- 🤝 [Contributing](#contributing)\n\n- 📜 [License](#license)\n\n## 🔧 \u003ca name=\"tech-used\"\u003eTechnologies Used\u003c/a\u003e\n\n- **Frontend**: React JS ⚛️\n\n- **Backend**: Go (Golang) 🚀\n\n- **Database**: MongoDB 🗄️\n\n- **UI**: Chakra UI 🏠\n\n- **Query**: Tanstack Query 🌐\n\n## ✨ \u003ca name=\"features\"\u003eFeatures\u003c/a\u003e\n\n- **📝 CRUD Operations**: Create, Read, Update, and Delete operations for user and application data.\n\n- **📱 Responsive UI**: Developed using **Chakra UI** components, ensuring a seamless experience across devices.\n\n- **📡 API**: Robust API constructed using **Express.js** and **MongoDB** for seamless data interaction.\n\n## 📖 \u003ca name=\"setup\"\u003eSetup Instructions\u003c/a\u003e\n\n### 🛠️ \u003ca name=\"backend\"\u003eBackend Go (Golang)\u003c/a\u003e\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/Fingertips18/go-starter.git\n   ```\n\n2. **Install dependencies**:\n\n   ```bash\n   cd go-starter\n   go mod tidy\n   ```\n\n3. **Set up environment variables. Create a `.env` file in the root directory:**:\n\n   ```dotenv\n   MONGO_URI=\u003cMONGO_URI\u003e\n   PORT=5000\n   MODE=development\n   CLIENT_URL=http://localhost:5173\n   ```\n\n4. **Run the backend server**:\n   ```bash\n   go run main.go\n   // or\n   go install github.com/air-verse/air@latest\n   air\n   ```\n\n### ⚛️ \u003ca name=\"frontend\"\u003eFrontend (React JS)\u003c/a\u003e\n\n1. **Navigate to the frontend directory**:\n\n   ```bash\n   cd client\n   ```\n\n2. **Install dependencies**:\n\n   ```bash\n   npm install\n   ```\n\n3. **Set up environment variables. Create a `.env` file in the frontend directory**:\n\n   ```dotenv\n   VITE_API_URL=http://localhost:5000\n   ```\n\n4. **Run the frontend server**:\n   ```bash\n   npm run dev\n   ```\n\n## 📡 \u003ca name=\"api\"\u003eAPI Endpoints\u003c/a\u003e\n\n- **Todos**:\n\n- `GET` **/api/todos**: Retrieve a list of todos.\n\n- `GET` **/api/todos/:id**: Retrieve a single todo by ID.\n\n- `POST` **/api/todos**: Create a new todo.\n\n- `PATCH` **/api/todos/:id**: Update an existing todo by ID.\n\n- `DELETE` **/api/todos/:id**: Delete a todo by ID.\n\n## 🤝 \u003ca name=\"contributing\"\u003eContributing\u003c/a\u003e\n\nFeel free to fork this repository and contribute by submitting a pull request. All contributions are welcome!\n\n#### 🧑‍💻 Contributors\n\n\u003ca href=\"https://github.com/Fingertips18/go-react-starter/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=Fingertips18/go-react-starter\" /\u003e\n\u003c/a\u003e\n\n_Ghian Tan_ @ _Fingertips_ ([Github](https://github.com/Fingertips18))\n\n## \u003ca name=\"license\"\u003e📜 License\u003c/a\u003e\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffingertips18%2Fgo-react-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffingertips18%2Fgo-react-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffingertips18%2Fgo-react-starter/lists"}