{"id":19623750,"url":"https://github.com/jvitoralb/spreadsheet-analysis","last_synced_at":"2026-04-07T08:02:12.792Z","repository":{"id":221411311,"uuid":"754303810","full_name":"jvitoralb/spreadsheet-analysis","owner":"jvitoralb","description":"Fullstack web app built with NestJS and Vue.js using Docker","archived":false,"fork":false,"pushed_at":"2024-02-09T02:33:46.000Z","size":198,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T08:18:23.045Z","etag":null,"topics":["bootstrap","d3js","docker","exceljs","javascript","nestjs","typescript","vue-router","vuejs","vuex"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/jvitoralb.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-02-07T19:39:50.000Z","updated_at":"2024-02-09T02:40:53.000Z","dependencies_parsed_at":"2024-02-07T20:46:33.208Z","dependency_job_id":"97e50f60-6547-4372-9dd3-a24ac6b73683","html_url":"https://github.com/jvitoralb/spreadsheet-analysis","commit_stats":null,"previous_names":["jvitoralb/spreadsheet-analysis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jvitoralb/spreadsheet-analysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvitoralb%2Fspreadsheet-analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvitoralb%2Fspreadsheet-analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvitoralb%2Fspreadsheet-analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvitoralb%2Fspreadsheet-analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jvitoralb","download_url":"https://codeload.github.com/jvitoralb/spreadsheet-analysis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvitoralb%2Fspreadsheet-analysis/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":["bootstrap","d3js","docker","exceljs","javascript","nestjs","typescript","vue-router","vuejs","vuex"],"created_at":"2024-11-11T11:35:19.724Z","updated_at":"2026-04-07T08:02:12.775Z","avatar_url":"https://github.com/jvitoralb.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Análise de dados\r\n\r\nUma aplicação web fullstack que faz o cálculo de indicadores financeiros baseado-se em planilhas, e faz a demonstração desses dados utilizando gráficos.\r\n\r\nA aplicação foi desenvolvida em ambiente docker. O desenvolvimento do backend foi feito seguindo uma prática de TDD com `Jest`.\r\n\r\nPara a leitura das planilhas foi utilizado a biblioteca `Exceljs`.\r\n\r\n## Setup\r\n\r\n1. Instale as dependências\r\n```\r\n# na pasta raiz\r\n$ npm run build:app\r\n\r\n# ou\r\n\r\n$ cd frontend\r\n$ npm install\r\n$ cd ..\r\n$ cd backend\r\n$ npm install\r\n```\r\n\r\n2. Inicie a aplicação - development\r\n```\r\n# na pasta frontend/\r\n$ npm run dev\r\n\r\n# na pasta backend/\r\n$ npm run start:dev\r\n```\r\n## Docker for development\r\n\r\n1. Crie as imagens\r\n```\r\n# imagem do client\r\n$ cd frontend\r\n$ docker build -t sa-client .\r\n\r\n# imagem do server\r\n$ cd backend\r\n$ docker build -t sa-server .\r\n```\r\n\r\n2. Inicie a aplicação\r\n```\r\n# start application with docker engine\r\n$ docker compose up -d\r\n\r\n# stop application with docker engine\r\n$ docker compose down\r\n\r\n# start application with npm command\r\n$ npm run docker:up\r\n\r\n# stop application with npm command\r\n$ npm run docker:down\r\n```\r\n## Testes \r\n*NOTE: apenas para o backend*\r\n\r\n1. Testando rotas\r\n```\r\n$ npm run test:e2e\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvitoralb%2Fspreadsheet-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjvitoralb%2Fspreadsheet-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvitoralb%2Fspreadsheet-analysis/lists"}