{"id":30713180,"url":"https://github.com/andercm/tod","last_synced_at":"2025-09-03T03:42:44.381Z","repository":{"id":310160236,"uuid":"1038904751","full_name":"anderCM/Tod","owner":"anderCM","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-16T06:35:18.000Z","size":131,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"development","last_synced_at":"2025-08-16T07:07:30.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/anderCM.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,"zenodo":null}},"created_at":"2025-08-16T03:51:58.000Z","updated_at":"2025-08-16T06:35:19.000Z","dependencies_parsed_at":"2025-08-16T07:07:44.847Z","dependency_job_id":"f843ca53-b151-4778-920d-3994c86ad1d2","html_url":"https://github.com/anderCM/Tod","commit_stats":null,"previous_names":["andercm/tod"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/anderCM/Tod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderCM%2FTod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderCM%2FTod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderCM%2FTod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderCM%2FTod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anderCM","download_url":"https://codeload.github.com/anderCM/Tod/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anderCM%2FTod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273386850,"owners_count":25096248,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"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":"2025-09-03T03:42:40.569Z","updated_at":"2025-09-03T03:42:44.371Z","avatar_url":"https://github.com/anderCM.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tod API\n![Tod](https://static.wikia.nocookie.net/lgbt/images/5/53/Todd_Chavez.png/revision/latest?cb=20240325205726\u0026path-prefix=es)\n\n\nA RESTful API developed with Ruby on Rails, providing crypto services using the [CoinGecko API](https://docs.coingecko.com/reference/introduction). This project uses Docker for easier development and deployment.\n\n---\n\n## Content\n\n- [Tod API](#tod-api)\n  - [Content](#content)\n  - [Description](#description)\n  - [Characteristics](#characteristics)\n  - [Technologies](#technologies)\n  - [Installation](#installation)\n    - [Previous Requirements](#previous-requirements)\n    - [Steps to Configure this Repo Locally](#steps-to-configure-this-repo-locally)\n\n---\n\n## Description\n\n**Tod API** is a project developed with Ruby on Rails that offers endpoints for merchants, users and transactions \n\n---\n\n## Características\n\n- **API RESTful:** Built following the best practices of Ruby on Rails.\n- **Documentation:** Uses Swagger to display API documentation.\n- **Tests:** Integrated with RSpec to ensure code quality.\n\n---\n\n## Technologies\n\n- **Backend:** Ruby (3.3.7) and Ruby on Rails (8.0.2)\n- **Containers:** Docker \u0026 Docker Compose\n- **Documentation:** Swagger (rswag-api, rswag-ui, rswag-specs)\n- **Tests:** RSpec\n- **Database:** PostgreSQL\n\n---\n\n## Installation\n\n### Previous Requirements\n\n- [Docker](https://www.docker.com/get-started)\n- [Docker Compose](https://docs.docker.com/compose/install/)\n- [VS Code](https://code.visualstudio.com/) or any other IDE\n\n### Steps to Configure this Repo Locally\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/anderCM/Tod.git\n   cd Tod\n\n2. Set up your own `.env` file or use `.env.example`\n3. Run:\n    ```\n    docker-compose build\n    docker-compose up -d\n\n4. Install necessary gems using one of these options:\n  - **4.1** From your local environment: `docker-compose run api bundle install`\n  - **4.2** By connecting to the container:\n      ```\n      docker-compose exec api bash\n      bundle install\n5. Create the DB using one of these options:\n  - **4.1** From your local environment: `docker-compose run api rails db:create`\n  - **4.2** By connecting to the container:\n      ```\n      docker-compose exec api bash\n      rails db:create\n      rails db:seed\n\n6. Visit http://localhost:3000 or use any PORT you configured in `.env` file","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandercm%2Ftod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandercm%2Ftod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandercm%2Ftod/lists"}