{"id":20278346,"url":"https://github.com/r3tr056/techcast-go-backend","last_synced_at":"2026-05-14T07:36:17.752Z","repository":{"id":217017462,"uuid":"742941453","full_name":"r3tr056/techcast-go-backend","owner":"r3tr056","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-13T20:32:09.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-03T22:40:44.702Z","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/r3tr056.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}},"created_at":"2024-01-13T20:28:34.000Z","updated_at":"2024-01-13T20:28:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"bde5cfe5-68ef-4333-91fe-df55bdcfc970","html_url":"https://github.com/r3tr056/techcast-go-backend","commit_stats":null,"previous_names":["r3tr056/techcast-go-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/r3tr056/techcast-go-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r3tr056%2Ftechcast-go-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r3tr056%2Ftechcast-go-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r3tr056%2Ftechcast-go-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r3tr056%2Ftechcast-go-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r3tr056","download_url":"https://codeload.github.com/r3tr056/techcast-go-backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r3tr056%2Ftechcast-go-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33015631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-14T13:23:07.341Z","updated_at":"2026-05-14T07:36:17.729Z","avatar_url":"https://github.com/r3tr056.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Techcasts Backend Readme\n\n## Overview\n\nWelcome to the backend repository of Techcasts, an open-source music and podcast streaming service built with Go. This README will guide you through setting up the backend environment, understanding the project structure, and contributing to its development.\n\n## Table of Contents\n\n1. [Getting Started](#getting-started)\n    - [Prerequisites](#prerequisites)\n    - [Installation](#installation)\n    - [Configuration](#configuration)\n2. [Project Structure](#project-structure)\n3. [Running the Backend](#running-the-backend)\n4. [API Documentation](#api-documentation)\n5. [Contributing](#contributing)\n6. [License](#license)\n\n## Getting Started\n\n### Prerequisites\n\nMake sure you have the following installed on your machine:\n\n- Go (version 1.16 or higher)\n- PostgreSQL (or any other supported database)\n- Redis (for caching purposes)\n\n### Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/your-username/techcasts-backend.git\n    cd techcasts-backend\n    ```\n\n2. Install dependencies:\n\n    ```bash\n    go mod tidy\n    ```\n\n### Configuration\n\n1. Copy the example configuration file:\n\n    ```bash\n    cp .env.example .env\n    ```\n\n2. Update the `.env` file with your database and Redis credentials.\n\n## Project Structure\n\nThe project follows a standard Go project structure:\n\n- `cmd`: Contains the application entry point.\n- `internal`: Holds the internal packages, including the application logic and database models.\n- `migrations`: Stores database migration files.\n- `pkg`: Contains reusable packages.\n- `scripts`: Includes utility scripts.\n- `tests`: Contains tests for the application.\n\n## Running the Backend\n\nTo run the backend locally, use the following commands:\n\n```bash\ngo run cmd/techcasts/main.go\n```\n\nBy default, the server will start at `http://localhost:8080`.\n\n## API Documentation\n\nThe API documentation is generated using Swagger. After running the backend, you can access the Swagger UI at `http://localhost:8080/swagger/index.html`.\n\n## Contributing\n\nIf you want to contribute to Techcasts, follow these steps:\n\n1. Fork the repository.\n2. Create a new branch: `git checkout -b feature/your-feature`.\n3. Make your changes and commit: `git commit -m \"Add your feature\"`.\n4. Push to the branch: `git push origin feature/your-feature`.\n5. Open a pull request.\n\n## License\n\nTechcasts is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute the code as per the terms of the license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr3tr056%2Ftechcast-go-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr3tr056%2Ftechcast-go-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr3tr056%2Ftechcast-go-backend/lists"}