{"id":22509481,"url":"https://github.com/henriqueyun/payables","last_synced_at":"2026-04-09T01:31:08.793Z","repository":{"id":263891927,"uuid":"890673437","full_name":"henriqueyun/payables","owner":"henriqueyun","description":"Application that permits to the user to register payables in name of assignors in a system","archived":false,"fork":false,"pushed_at":"2024-11-22T12:01:48.000Z","size":483,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:22:47.584Z","etag":null,"topics":["authentication","backend","docker","docker-compose","express","frontend","full-stack","js","jwt","microservice","nest","node","orm","prisma","rabbitmq","swagger","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/henriqueyun.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-11-19T01:26:50.000Z","updated_at":"2024-11-22T12:04:42.000Z","dependencies_parsed_at":"2025-03-28T00:37:22.284Z","dependency_job_id":null,"html_url":"https://github.com/henriqueyun/payables","commit_stats":null,"previous_names":["henriqueyun/payables"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/henriqueyun/payables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriqueyun%2Fpayables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriqueyun%2Fpayables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriqueyun%2Fpayables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriqueyun%2Fpayables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/henriqueyun","download_url":"https://codeload.github.com/henriqueyun/payables/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriqueyun%2Fpayables/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["authentication","backend","docker","docker-compose","express","frontend","full-stack","js","jwt","microservice","nest","node","orm","prisma","rabbitmq","swagger","typescript"],"created_at":"2024-12-07T01:29:14.557Z","updated_at":"2026-04-09T01:31:08.786Z","avatar_url":"https://github.com/henriqueyun.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Payables\n\nThis is a **Full-stack Project** developed as part of the [CHALLENGE.md](./CHALLENGE.md).\n\nThis README provides instructions on setting up and running the application to manually test its features.\n\n## General Setup\n\n- **Node.js**: 18.18.2\n- **Yarn**: 1.22.22\n\n## Backend\n\n### Setting Up\n\nBefore starting, ensure you define the required environment variables using a `.env` file. Refer to `.env.example` for the necessary variables.\n\n### Running the Backend\n\nRun the backend locally with the following commands:\n```bash\nyarn\nyarn start:dev\n```\n\nAlternatively, you can use Docker Compose:\n```bash\nchmod +x ./setup-dev\n./setup-dev # ⚠️ Warning: This will remove ALL running and stopped containers.\ndocker compose up -d\n```\n\nOnce started, the API will be available at `http://localhost:3000` by default. You can customize the port using the `PORT` variable in the `.env` file.\n\n### API Documentation\n\nAccess the built-in API documentation at the `/api-docs` endpoint.\n\n\u003e ⚠️ Note: The batch service works only when using Docker Compose, as it requires RabbitMQ to function.\n\n## Consumer\n\nThe Consumer is preconfigured to connect to RabbitMQ's default local URL, which is exposed via Docker Compose. To run the Consumer, use the following commands:\n```bash\nyarn\nyarn start:dev\n```\n\n## Frontend\n\nTo start the frontend application, run:\n```bash\nyarn\nyarn dev\n```\n\n## TODO\n\nThis project is still a work in progress and lacks features like Unit Tests, Resilience, and Infrastructure as Code. Below are specific tasks planned for each component:\n\n### Backend\n\n- Add a relation between `assignor` and `payable` in Prisma.\n- Define a default queue in Prisma.\n- Limit field lengths in Prisma.\n\n### Consumer\n\n- Review and remove unused code.\n\n### Frontend\n\n- Validate input data and display error messages to users.\n\n\n### Monorepo\n\n- Turn this repo into a functional monorepo.\n## Additional Resources\n\nI created a simple design to guide the development of the frontend interface. You can view it on [Figma](https://www.figma.com/design/A9mOZMYIBTNwB482RRcZSl/Aprove.me---Bank.me?node-id=0-1\u0026node-type=canvas).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenriqueyun%2Fpayables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhenriqueyun%2Fpayables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenriqueyun%2Fpayables/lists"}