{"id":19175554,"url":"https://github.com/hayatolab/chargeline","last_synced_at":"2026-04-07T07:43:12.331Z","repository":{"id":207447716,"uuid":"716863700","full_name":"hayatolab/chargeline","owner":"hayatolab","description":"A gas station management","archived":false,"fork":false,"pushed_at":"2023-11-15T20:33:43.000Z","size":2942,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-04-07T07:43:08.163Z","etag":null,"topics":["bun","docker","jest","nestjs","nextjs","postgresql","react","shadcn-ui","tailwindcss"],"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/hayatolab.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-11-10T03:06:11.000Z","updated_at":"2024-12-19T13:28:42.000Z","dependencies_parsed_at":"2023-11-15T21:43:26.637Z","dependency_job_id":null,"html_url":"https://github.com/hayatolab/chargeline","commit_stats":null,"previous_names":["hayatojpg/chargeline","hayatoinkz/chargeline","hayatokzn/chargeline","hayatolab/chargeline"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hayatolab/chargeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayatolab%2Fchargeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayatolab%2Fchargeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayatolab%2Fchargeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayatolab%2Fchargeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hayatolab","download_url":"https://codeload.github.com/hayatolab/chargeline/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayatolab%2Fchargeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":["bun","docker","jest","nestjs","nextjs","postgresql","react","shadcn-ui","tailwindcss"],"created_at":"2024-11-09T10:23:50.300Z","updated_at":"2026-04-07T07:43:12.314Z","avatar_url":"https://github.com/hayatolab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](./.github/assets/logo_dark.svg#gh-dark-mode-only)\n![Logo](./.github/assets/logo_light.svg#gh-light-mode-only)\n\n# ChargeLine\n\nNosso projeto para gestão de combustíveis.\n\n## Stack utilizada\n\n**Front-end:** React, NextJS, TailwindCSS, RadixUI, Shadcn/UI, Zod, React Hook Form, SWR\n\n**Back-end:** Node, NestJS, Jest, Docker\n\n**Banco de Dados:** TypeORM, PostgreSQL\n\n## Processo\n\nComecei modelando o banco de dados seguindo os requisitos funcionais como base e adicionando algumas tabelas que achei necessárias.\n\n![DB](./docs/db.png)\n[Acesse o diagrama](./docs/db.dmbl)\n\nEm seguida, criei um Design no Figma para poder visualizar melhor o funcionamento do sistema, utilizei algumas bibliotecas e tokens como TailwindCSS e Shadcn/UI.\n\n![Figma](./docs/screenshots/figma.png)\n[Acesse o Figma](https://www.figma.com/file/aRxRfK4EWf6muUNq5Vu60c/%F0%9F%96%A5%EF%B8%8F-App-%E2%80%A2-Fluxstation?type=design\u0026node-id=505%3A9368\u0026mode=design\u0026t=enqLdTvo1YpKXlKl-1)\n\n## Documentação\n\n[Backend](./backend/README.md)\n[Frontend](./frontend/README.md)\n\n## Instalação\n\nInstale o ChargeLine com `bun`\n\n```bash\ncurl -fsSL https://bun.sh/install | bash\n\ngit clone git@github.com:hayatojpg/chargeline.git\n```\n\n# Rodando localmente\n\n## Rodar Back-end\n\n```bash\ncd chargeline/backend\n\ncp env-example .env\ndocker compose up -d\n```\n\nRodando localmente em [http://localhost:3001/api/v1](http://localhost:3001/api/v1)\nSwagger em [http://localhost:3001/docs](http://localhost:3001/docs)\n\n## Rodar Front-end\n\n```bash\ncd.. \u0026\u0026 cd frontend\n\ncp .env.example .env\n\nbun install\n\nbun dev\n```\n\nRodando localmente em [http://localhost:3000](http://localhost:3000)\n\n## Telas\n\n![Login](./docs/screenshots/login.png)\n![Register](./docs/screenshots/register.png)\n![Empty](./docs/screenshots/empty.png)\n![History](./docs/screenshots/history.png)\n![AddCar](./docs/screenshots/add-car.png)\n![DeleteCar](./docs/screenshots/delete-car.png)\n\n## Referência\n\n- [Next.js](https://nextjs.org/docs)\n- [TailwindCSS](https://tailwindcss.com/)\n- [RadixUI](https://www.radix-ui.com/)\n- [Shadcn/UI](https://ui.shadcn.com/)\n- [NestJS](https://nestjs.com/)\n- [TypeORM](https://www.npmjs.com/package/typeorm)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhayatolab%2Fchargeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhayatolab%2Fchargeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhayatolab%2Fchargeline/lists"}