{"id":21711635,"url":"https://github.com/heliolj/nlw-spacetime-api","last_synced_at":"2026-04-07T22:31:58.760Z","repository":{"id":167279817,"uuid":"642439854","full_name":"helioLJ/nlw-spacetime-api","owner":"helioLJ","description":"Back-end usando NodeJS, Fastify, Prisma, TypeScript e mais tecnologias. Criado durante o evento da Rocketseat NLW.","archived":false,"fork":false,"pushed_at":"2023-05-19T23:05:59.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T21:11:32.400Z","etag":null,"topics":["axios","cors","dotenv","eslint","fastify","jwt","nodejs","oauth","prisma","sqlite","typescript","zod"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/helioLJ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-05-18T15:11:00.000Z","updated_at":"2023-05-19T15:00:41.000Z","dependencies_parsed_at":"2023-07-31T07:00:38.961Z","dependency_job_id":null,"html_url":"https://github.com/helioLJ/nlw-spacetime-api","commit_stats":null,"previous_names":["heliolj/nlw-spacetime-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/helioLJ/nlw-spacetime-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helioLJ%2Fnlw-spacetime-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helioLJ%2Fnlw-spacetime-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helioLJ%2Fnlw-spacetime-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helioLJ%2Fnlw-spacetime-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helioLJ","download_url":"https://codeload.github.com/helioLJ/nlw-spacetime-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helioLJ%2Fnlw-spacetime-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31532236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","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":["axios","cors","dotenv","eslint","fastify","jwt","nodejs","oauth","prisma","sqlite","typescript","zod"],"created_at":"2024-11-25T23:28:31.530Z","updated_at":"2026-04-07T22:31:58.742Z","avatar_url":"https://github.com/helioLJ.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](https://i.imgur.com/0pfQfeX.png)\n\n\n# NLW Space Time API 🛰️\n\n\nBack-end usando NodeJS, Fastify, Prisma, TypeScript e mais tecnologias. Criado durante o evento da Rocketseat NLW.\n\n\n## Índice\n\n\n- [Stack utilizada ⚙️](#stack-utilizada)\n- [Funcionalidades 🎯](#funcionalidades)\n- [Variáveis de Ambiente 🔑](#variáveis-de-ambiente)\n- [Rodando localmente 🏠](#rodando-localmente)\n- [Licença 📜](#licença)\n\n\n## Stack utilizada\n\n![node.js](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge\u0026logo=node.js\u0026logoColor=white)\n![typescript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![prisma](https://img.shields.io/badge/Prisma-3982CE?style=for-the-badge\u0026logo=Prisma\u0026logoColor=white)\n![fastify](https://img.shields.io/badge/fastify-202020?style=for-the-badge\u0026logo=fastify\u0026logoColor=white)\n![jwt](https://img.shields.io/badge/JWT-000000?style=for-the-badge\u0026logo=JSON%20web%20tokens\u0026logoColor=white)\n![sqlite](https://img.shields.io/badge/SQLite-07405E?style=for-the-badge\u0026logo=sqlite\u0026logoColor=white)\n![eslint](https://img.shields.io/badge/eslint-3A33D1?style=for-the-badge\u0026logo=eslint\u0026logoColor=white)\n\n### Outras Libs\n\n- DotEnv\n- CORS\n- Zod\n- Axios\n\n\n## Funcionalidades\n\n\n- Cadastrando usando OAuth do GitHub\n- CRUD de Memórias\n\n\n## Variáveis de Ambiente\n\n\nPara rodar esse projeto, você vai precisar adicionar variáveis de ambiente, como mostra o arquivo `env.example`\n\n```env\n  # Database\n  DATABASE_URL=\"file:./dev.db\"\n\n  # Github (Web)\n  GITHUB_CLIENT_ID=\n  GITHUB_CLIENT_SECRET=\n\n  # Github (Mobile)\n  # GITHUB_CLIENT_ID=\n  # GITHUB_CLIENT_SECRET=\n\n  # JWT Secret\n  AUTH_SECRET=\n\n```\n\n\n## Rodando localmente\n\n\nClone o projeto\n\n```bash\n  git clone https://github.com/helioLJ/nlw-spacetime-api\n```\n\nEntre no diretório do projeto\n\n```bash\n  cd my-project\n```\n\nInstale as dependências\n\n```bash\n  npm install\n```\n\nInicie o servidor\n\n```bash\n  npm run dev\n```\n\n## Licença\n\n\n- 📜 [MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheliolj%2Fnlw-spacetime-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheliolj%2Fnlw-spacetime-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheliolj%2Fnlw-spacetime-api/lists"}