{"id":15104866,"url":"https://github.com/davipythonweb/go_web_app__","last_synced_at":"2026-03-09T19:34:24.376Z","repository":{"id":254062078,"uuid":"845370586","full_name":"davipythonweb/Go_web_app__","owner":"davipythonweb","description":"Criando uma Aplicação Web- MVC com Go","archived":false,"fork":false,"pushed_at":"2024-08-24T23:54:01.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T18:46:43.169Z","etag":null,"topics":["bootstrap5","go","html5","mvc-architecture","postgres"],"latest_commit_sha":null,"homepage":"","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/davipythonweb.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-08-21T05:51:09.000Z","updated_at":"2024-08-24T23:54:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"be747296-62d8-4523-a5ed-eed2680c95d4","html_url":"https://github.com/davipythonweb/Go_web_app__","commit_stats":{"total_commits":38,"total_committers":2,"mean_commits":19.0,"dds":0.02631578947368418,"last_synced_commit":"675613be7ec560600e341ed092e77dbaf459d681"},"previous_names":["davipythonweb/go_web_app__"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davipythonweb%2FGo_web_app__","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davipythonweb%2FGo_web_app__/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davipythonweb%2FGo_web_app__/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davipythonweb%2FGo_web_app__/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davipythonweb","download_url":"https://codeload.github.com/davipythonweb/Go_web_app__/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245989492,"owners_count":20705849,"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":["bootstrap5","go","html5","mvc-architecture","postgres"],"created_at":"2024-09-25T20:03:15.352Z","updated_at":"2025-12-05T07:02:09.563Z","avatar_url":"https://github.com/davipythonweb.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go_web_app__\n\n### Criando uma Aplicação Web- MVC com Go\n\n- CriarProduto, EditarProduto, DeletearProduto\n\n- Bootstrap-v5 via CDN\n\n- banco de dados\n`postgres`\n\n* fazendo o build do projeto\n `go build .`\n\n* buildando e rodando todos os arquivos\n`go run *.go`\n\n- instalar pacote Go, do git:\n`go install github.com/lib/pq@v1.10.9`\n`go get github.com/lib/pq`\n`go get github.com/joho/godotenv`\n\n- iniciar pacotes go\n`go mod init`\n\n\n\n- codigo para carregar .env:\n\n\"\"\"\nimport (\n    \"fmt\"\n    \"log\"\n    \"os\"\n\n    \"github.com/joho/godotenv\"\n)\n\nfunc main() {\n    err := godotenv.Load(\".env\")\n    if err != nil {\n        log.Fatalf(\"Error loading .env file\")\n    }\n    fmt.Println(\"TEST:\", os.Getenv(\"TEST\"))\n}\n\"\"\"","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavipythonweb%2Fgo_web_app__","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavipythonweb%2Fgo_web_app__","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavipythonweb%2Fgo_web_app__/lists"}