{"id":26493953,"url":"https://github.com/dwarvesf/go-api","last_synced_at":"2026-04-15T15:31:49.967Z","repository":{"id":208956001,"uuid":"675978060","full_name":"dwarvesf/go-api","owner":"dwarvesf","description":"Go boilerplate can streamline the process of starting new projects by providing a predefined structure and foundational code to build upon","archived":false,"fork":false,"pushed_at":"2024-03-29T09:16:51.000Z","size":195,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-20T09:58:20.641Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dwarvesf.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}},"created_at":"2023-08-08T06:50:22.000Z","updated_at":"2024-04-27T15:30:43.000Z","dependencies_parsed_at":"2023-11-24T08:36:51.792Z","dependency_job_id":null,"html_url":"https://github.com/dwarvesf/go-api","commit_stats":null,"previous_names":["dwarvesf/go-api"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fgo-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fgo-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fgo-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fgo-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dwarvesf","download_url":"https://codeload.github.com/dwarvesf/go-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarvesf%2Fgo-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259154574,"owners_count":22813633,"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-03-20T09:58:23.558Z","updated_at":"2026-04-15T15:31:44.941Z","avatar_url":"https://github.com/dwarvesf.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Name\n\nShort description of your project.\n\n## Table of Contents\n\n- [About](#about)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n- [Usage](#usage)\n  - [Running the Development Server](#running-the-development-server)\n  - [Generating Swagger Documentation](#generating-swagger-documentation)\n  - [Generating Mock Interfaces](#generating-mock-interfaces)\n  - [Running Tests](#running-tests)\n- [Database](#database)\n  - [Starting the Development Database](#starting-the-development-database)\n  - [Starting the Testing Database](#starting-the-testing-database)\n  - [Migrations](#migrations)\n- [Contributing](#contributing)\n- [License](#license)\n\n## About\n\nBriefly describe your project, its purpose, and its main features.\n\n## Getting Started\n\n### Prerequisites\n\n- Go (add specific version)\n- Docker (add specific version)\n- ...\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone git@github.com:dwarvesf/go-api.git new-project\n   cd new-project\n   ```\n\n2. Install project dependencies:\n\n   ```bash\n   make setup\n   ```\n\n## Usage\n\n### Running the Development Server\n\nStart the development server:\n\n```bash\nmake dev\n```\n\n### Generating Swagger Documentation\n\nGenerate Swagger documentation:\n\n```bash\nmake gen-swagger\n```\n\n### Generating Mock Interfaces\n\nGenerate mock interfaces:\n\n```bash\nmake gen-mocks\n```\n\n### Running Tests\n\nRun tests with the testing database:\n\n```bash\nmake test\n```\n\n## Database\n\n### Starting the Development Database\n\nStart the development database container:\n\n```bash\nmake pg-start-dev\n```\n\n### Starting the Testing Database\n\nStart the testing database container:\n\n```bash\nmake pg-start-test\n```\n\n### Migrations\n\nApply pending migrations:\n\n```bash\nmake pg-migrate-up\n```\n\nRollback the last migration:\n\n```bash\nmake pg-migrate-down\n```\n\n## Contributing\n\nContributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to this project.\n\n## License\n\nThis project is licensed under the [License Name](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwarvesf%2Fgo-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdwarvesf%2Fgo-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwarvesf%2Fgo-api/lists"}