{"id":40284374,"url":"https://github.com/juparave/go-angular-security","last_synced_at":"2026-01-20T04:07:22.141Z","repository":{"id":226087167,"uuid":"430187742","full_name":"juparave/go-angular-security","owner":"juparave","description":"Angular front end with go api backend using jwt as authentication","archived":false,"fork":false,"pushed_at":"2025-06-18T05:12:06.000Z","size":1102,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T05:35:14.073Z","etag":null,"topics":["angular","golang","jwt-authentication"],"latest_commit_sha":null,"homepage":"","language":"Go","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/juparave.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}},"created_at":"2021-11-20T19:07:44.000Z","updated_at":"2025-06-18T05:07:45.000Z","dependencies_parsed_at":"2024-03-20T21:26:12.762Z","dependency_job_id":"a002c242-c5e1-40ac-a8f5-9e092b033d97","html_url":"https://github.com/juparave/go-angular-security","commit_stats":null,"previous_names":["juparave/go-angular-security"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juparave/go-angular-security","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juparave%2Fgo-angular-security","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juparave%2Fgo-angular-security/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juparave%2Fgo-angular-security/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juparave%2Fgo-angular-security/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juparave","download_url":"https://codeload.github.com/juparave/go-angular-security/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juparave%2Fgo-angular-security/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28595486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["angular","golang","jwt-authentication"],"created_at":"2026-01-20T04:07:19.023Z","updated_at":"2026-01-20T04:07:22.134Z","avatar_url":"https://github.com/juparave.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go and Angular with Security\n\nThis project demonstrates a secure web application built with a Go backend and an Angular frontend. It includes features like user authentication and authorization, CSRF protection, and secure communication between the frontend and backend.\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n* Go (version 1.19 or higher)\n* Node.js and npm (Node version 16 or higher, npm version 8 or higher)\n* Angular CLI (version 15 or higher)\n\n## Installation\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/juparave/go-angular-security.git\n   cd go-angular-security\n   ```\n\n2. **Backend Setup:**\n   ```bash\n   cd api\n   go mod tidy\n   go run main.go\n   ```\n   The Go backend will start on `http://localhost:3000`.\n\n3. **Frontend Setup:**\n   ```bash\n   cd ../frontend\n   npm install\n   ng serve\n   ```\n   The Angular frontend will start on `http://localhost:4200`.\n\n## Usage\n\nOnce both the backend and frontend are running, you can access the application in your web browser at `http://localhost:4200`.\n\nThe application will demonstrate secure user registration, login, and access to protected resources.\n\n## Frontend URL for Codespaces\n\nIf you are running this project in a GitHub Codespace, the frontend might be accessible via a different URL. Please check your Codespace's port forwarding settings. A common pattern for the URL is:\n`https://\u003cyour-codespace-name\u003e-4200.githubpreview.dev/`\n\nFor example:\n`https://juparave-go-angular-security-pgvrxv62rvj5-4200.githubpreview.dev/`\n\n## Go API\n\nThe backend is built using [Fiber](https://docs.gofiber.io/), a Go web framework inspired by Express.js.\n\n## VSCode Settings (Optional)\n\nIf you are using VSCode with the Go extension, you might find the following setting useful in your `settings.json` for multi-module workspace support:\n\n```json\n\"gopls\": {\n    \"experimentalWorkspaceModule\": true\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuparave%2Fgo-angular-security","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuparave%2Fgo-angular-security","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuparave%2Fgo-angular-security/lists"}