{"id":27135573,"url":"https://github.com/solo-samurai/go-serverless","last_synced_at":"2025-10-10T04:44:04.674Z","repository":{"id":286119965,"uuid":"960418112","full_name":"solo-samurai/go-serverless","owner":"solo-samurai","description":"A modern serverless API built with Go and Fiber framework, deployed on Vercel.","archived":false,"fork":false,"pushed_at":"2025-04-04T12:49:18.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T04:23:24.971Z","etag":null,"topics":["clerkauth","golang","serverless","vercel"],"latest_commit_sha":null,"homepage":"https://go-serverless-smoky.vercel.app","language":"Go","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/solo-samurai.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":"2025-04-04T11:59:00.000Z","updated_at":"2025-04-04T12:50:16.000Z","dependencies_parsed_at":"2025-04-10T00:10:43.961Z","dependency_job_id":null,"html_url":"https://github.com/solo-samurai/go-serverless","commit_stats":null,"previous_names":["solo-samurai/go-serverless"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/solo-samurai/go-serverless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solo-samurai%2Fgo-serverless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solo-samurai%2Fgo-serverless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solo-samurai%2Fgo-serverless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solo-samurai%2Fgo-serverless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solo-samurai","download_url":"https://codeload.github.com/solo-samurai/go-serverless/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solo-samurai%2Fgo-serverless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002669,"owners_count":26083442,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":["clerkauth","golang","serverless","vercel"],"created_at":"2025-04-08T01:48:45.004Z","updated_at":"2025-10-10T04:44:04.669Z","avatar_url":"https://github.com/solo-samurai.png","language":"Go","readme":"# Go Serverless Application\n\nA modern serverless API built with Go and Fiber framework, deployed on Vercel.\n\n## 🚀 Features\n\n- Built with Go and Fiber framework\n- Serverless deployment on Vercel\n- Clerk Authorization\n- Swagger API documentation\n- Hot reloading during development (using Air)\n- Clean project structure\n\n## 📋 Prerequisites\n\n- Go 1.24.1\n- Node.js and pnpm\n- Vercel CLI\n- Git\n- Air (for development hot reloading)\n\n## 🛠️ Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/yourusername/go-serverless.git\ncd go-serverless\n```\n\n2. Install Go dependencies:\n\n```bash\ngo mod download\n```\n\n3. Install Node.js dependencies:\n\n```bash\npnpm install\n```\n\n4. Install Air for hot reloading (optional):\n\n```bash\ngo install github.com/cosmtrek/air@latest\n```\n\n5. Set up environment variables:\n\n```bash\ncp .env.example .env\n```\n\nEdit the `.env` file with your configuration.\n\n## 🔧 Development\n\nYou have two options for local development:\n\n### Option 1: Using Air (Recommended for Go development)\n\n```bash\nair\n```\n\nThis will start the server with hot reloading enabled. The application will be available at `http://localhost:8080`\n\n### Option 2: Using Vercel CLI\n\n```bash\npnpm dev\n```\n\nThis will start the server using Vercel's development environment.\n\nNote: The `main.go` file is only used for local development. In production, the application runs as a serverless function on Vercel.\n\n## 🚀 Deployment\n\nThe application is configured for deployment on Vercel. To deploy:\n\n1. Login to Vercel:\n\n```bash\npnpm setup\n```\n\n2. Deploy to Vercel:\n\n```bash\npnpm start\n```\n\n## 📁 Project Structure\n\n```\n.\n├── api/           # API routes and handlers\n├── app/           # Application core\n├── docs/          # Documentation\n├── middleware/    # Middleware functions\n├── public/        # Static files\n└── main.go        # Development entry point (local only)\n```\n\n## 🔐 Environment Variables\n\nCreate a `.env` file in the root directory with the following variables:\n\n```\n# Add your environment variables here\n```\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolo-samurai%2Fgo-serverless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolo-samurai%2Fgo-serverless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolo-samurai%2Fgo-serverless/lists"}