{"id":16483718,"url":"https://github.com/shpota/go-angular","last_synced_at":"2025-04-23T16:04:40.967Z","repository":{"id":35997653,"uuid":"213906837","full_name":"Shpota/go-angular","owner":"Shpota","description":"A simple CRUD application written with Go and Angular","archived":false,"fork":false,"pushed_at":"2024-09-26T20:42:07.000Z","size":3831,"stargazers_count":78,"open_issues_count":18,"forks_count":39,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-23T16:04:35.623Z","etag":null,"topics":["angular","angular-material","docker","full-stack","go","golang","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shpota.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}},"created_at":"2019-10-09T12:01:42.000Z","updated_at":"2025-02-13T04:28:06.000Z","dependencies_parsed_at":"2023-01-16T11:31:34.646Z","dependency_job_id":null,"html_url":"https://github.com/Shpota/go-angular","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shpota%2Fgo-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shpota%2Fgo-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shpota%2Fgo-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shpota%2Fgo-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shpota","download_url":"https://codeload.github.com/Shpota/go-angular/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250468273,"owners_count":21435452,"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":["angular","angular-material","docker","full-stack","go","golang","typescript"],"created_at":"2024-10-11T13:14:50.100Z","updated_at":"2025-04-23T16:04:40.946Z","avatar_url":"https://github.com/Shpota.png","language":"TypeScript","readme":"A simple web application written with Go and Angular\n===================================================\n\n\u003e ⚠ Disclaimer\n\u003e\n\u003e I created this project a while ago, and it might need to be updated. Check out **[Goxygen](https://github.com/Shpota/goxygen)** , a tool for creating modern web projects with Go and Angular, React, or Vue.\n\n\nI implemented this application while evaluating Go. \nOn the back end side, I used \n[gorilla/mux](https://github.com/gorilla/mux) for \nrouting, [Gorm](https://github.com/jinzhu/gorm) as an \nORM engine and \n[google/uuid](https://github.com/google/uuid) \nfor UUID generation. On the front end side, I used \n[Angular](https://angular.io/) and \n[Angular Material](https://material.angular.io/).\n\n![Showcase](showcase/showcase.gif)\n\n## System requirements \nYou need to have [Docker](https://www.docker.com) \ninstalled in order to build and run the application.\nNo additional tools required.\n\n## How to build and run\n1. Create a Docker network:\n    ```shell script\n    docker network create students-net\n    ```\n2. Start the DB:\n    ```shell script\n    docker run \\\n      -e POSTGRES_USER=go \\\n      -e POSTGRES_PASSWORD=your-strong-pass \\\n      -e POSTGRES_DB=go \\\n      --name students-db \\\n      --net=students-net \\\n      postgres:11.5\n    ```\n3. Build the application image:\n    ```shell script\n    docker build -t students-app .\n    ```\n4. Start the application container:\n    ```shell script\n    docker run -p 8080:8080 \\\n      -e DB_PASS='your-strong-pass' \\\n      --net=students-net students-app\n    ```\nAccess the application via http://localhost:8080\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshpota%2Fgo-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshpota%2Fgo-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshpota%2Fgo-angular/lists"}