{"id":25393781,"url":"https://github.com/mackee/template-tanukistack","last_synced_at":"2025-06-22T06:37:28.440Z","repository":{"id":277365956,"uuid":"932196878","full_name":"mackee/template-tanukistack","owner":"mackee","description":"A project template for the development of web application in Go","archived":false,"fork":false,"pushed_at":"2025-02-14T17:29:23.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T06:57:13.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mackee.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-02-13T14:27:58.000Z","updated_at":"2025-02-14T17:29:26.000Z","dependencies_parsed_at":"2025-04-13T10:01:00.045Z","dependency_job_id":null,"html_url":"https://github.com/mackee/template-tanukistack","commit_stats":null,"previous_names":["mackee/template-tanukistack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mackee/template-tanukistack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackee%2Ftemplate-tanukistack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackee%2Ftemplate-tanukistack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackee%2Ftemplate-tanukistack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackee%2Ftemplate-tanukistack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mackee","download_url":"https://codeload.github.com/mackee/template-tanukistack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mackee%2Ftemplate-tanukistack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261249796,"owners_count":23130494,"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":[],"created_at":"2025-02-15T18:35:41.388Z","updated_at":"2025-06-22T06:37:23.426Z","avatar_url":"https://github.com/mackee.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Template of tanukistack\n\n## What is tanukistack?\n\nTanukistack is a template for the development of web application. This contains the following components:\n\n* [tanukirpc](https://github.com/mackee/tanukirpc): Web Framework\n* [sqlla](https://github.com/mackee/go-sqlla): ORMapper\n* [genddl](https://github.com/mackee/go-genddl): DDL Generator\n\n## How to use\n\n### Requirements\n\n* `gonew` command\n```sh\n$ go install golang.org/x/tools/cmd/gonew@latest\n```\n* [aqua](https://github.com/aquaproj/aqua)\n* PostgreSQL\n\n### Create a new project\n\n```sh\n$ gonew github.com/mackee/template-tanukistack path/to/your/module ./your_directory\n$ cd path/to/your/project\n$ aqua i\n```\n\n### Settings\n\n`.env` file is required to run the application. Create a `.env` file in the root directory of the project and write the following contents.\n\n```sh\n$ echo 'DATABASE_DSN=\"postgres://user:password@localhost:5432/dbname?sslmode=disable\"' \u003e .env\n```\n\n### Run the application\n\n```sh\n$ task dev\n```\n\n### Run the test\n\n```sh\n$ task test\n```\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmackee%2Ftemplate-tanukistack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmackee%2Ftemplate-tanukistack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmackee%2Ftemplate-tanukistack/lists"}