{"id":22254019,"url":"https://github.com/edgarjmesquita/node-setup","last_synced_at":"2026-04-15T18:31:28.543Z","repository":{"id":134070418,"uuid":"469283487","full_name":"EdgarJMesquita/node-setup","owner":"EdgarJMesquita","description":"Template pessoal para projetos em nodejs","archived":false,"fork":false,"pushed_at":"2022-04-30T00:55:40.000Z","size":138,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T12:34:30.340Z","etag":null,"topics":["babel","express","nodejs","typeorm","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/EdgarJMesquita.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":"2022-03-13T05:54:44.000Z","updated_at":"2022-03-31T22:31:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"614a34eb-28a8-4233-81a2-ad0d82a11e84","html_url":"https://github.com/EdgarJMesquita/node-setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/EdgarJMesquita/node-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgarJMesquita%2Fnode-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgarJMesquita%2Fnode-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgarJMesquita%2Fnode-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgarJMesquita%2Fnode-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EdgarJMesquita","download_url":"https://codeload.github.com/EdgarJMesquita/node-setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgarJMesquita%2Fnode-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31854645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: 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":["babel","express","nodejs","typeorm","typescript"],"created_at":"2024-12-03T07:21:43.742Z","updated_at":"2026-04-15T18:31:28.524Z","avatar_url":"https://github.com/EdgarJMesquita.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Template para Projeto Nodejs\n\n## Principais Tecnologias usadas\n\n- Node.js\n- Express\n- Typeorm\n- Typescript\n- Babel\n\n#\n\n## Configuração do typeorm\n\nCriar um arquivo .env e substituir valores com suas credenciais do banco de dados.\n\n```bash\nJWT_KEY=your_key\nTYPEORM_CONNECTION=database_type\nTYPEORM_HOST=database_host\nTYPEORM_PORT=database_port\nTYPEORM_USERNAME=database_username\nTYPEORM_PASSWORD=database_password\nTYPEORM_DATABASE=database_name\nTYPEORM_MIGRATIONS=src/database/migrations/*.ts\nTYPEORM_MIGRATIONS_DIR=src/database/migrations\nTYPEORM_ENTITIES=src/entities/*.ts\nTYPEORM_ENTITIES_DIR=src/entities\n```\n\nCLI do typeorm\n\n```bash\n$ yarn typeorm\n```\n\n# Comandos básicos\n\n## Iniciar desenvolvimento\n\n```bash\n$ yarn dev\n```\n\n## Criar uma build\n\n```bash\n$ yarn build\n```\n\n## Iniciar projeto\n\n```bash\n$ yarn start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgarjmesquita%2Fnode-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedgarjmesquita%2Fnode-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgarjmesquita%2Fnode-setup/lists"}