{"id":31644299,"url":"https://github.com/marco0antonio0/back-makeapi","last_synced_at":"2026-04-18T17:34:11.991Z","repository":{"id":318010191,"uuid":"1047103110","full_name":"marco0antonio0/back-makeapi","owner":"marco0antonio0","description":"Projeto consiste em uma api sistema para criacao de apis e gerenciamento de conteudos com persistencia de dados","archived":false,"fork":false,"pushed_at":"2025-10-04T12:50:07.000Z","size":611,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T14:36:45.787Z","etag":null,"topics":["api","firebase","nestjs","netlify"],"latest_commit_sha":null,"homepage":"https://api-makeapi.netlify.app/api/docs","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/marco0antonio0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-29T18:40:16.000Z","updated_at":"2025-10-04T12:50:10.000Z","dependencies_parsed_at":"2025-10-04T14:36:49.999Z","dependency_job_id":null,"html_url":"https://github.com/marco0antonio0/back-makeapi","commit_stats":null,"previous_names":["marco0antonio0/back-makeapi"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/marco0antonio0/back-makeapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco0antonio0%2Fback-makeapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco0antonio0%2Fback-makeapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco0antonio0%2Fback-makeapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco0antonio0%2Fback-makeapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marco0antonio0","download_url":"https://codeload.github.com/marco0antonio0/back-makeapi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco0antonio0%2Fback-makeapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31978102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"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":["api","firebase","nestjs","netlify"],"created_at":"2025-10-07T04:36:24.447Z","updated_at":"2026-04-18T17:34:11.970Z","avatar_url":"https://github.com/marco0antonio0.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Make Api — CMS leve para endpoints e dados\n\n\u003cdiv style=\"display: flex; flex-direction: row; gap: 10px; align-items: center; margin-bottom: 20px;\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/NestJS-E0234E?style=for-the-badge\u0026logo=nestjs\u0026logoColor=white\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Firebase-039BE5?style=for-the-badge\u0026logo=Firebase\u0026logoColor=white\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Docker-0db7ed?style=for-the-badge\u0026logo=docker\u0026logoColor=ffffff\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Node.js-339933?style=for-the-badge\u0026logo=nodedotjs\u0026logoColor=white\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Netlify-00C7B7?style=for-the-badge\u0026logo=netlify\u0026logoColor=white\"\u003e\n\u003c/div\u003e\n\n**Make Api** é um CMS **simples e direto** para criar endpoints REST e gerenciar conteúdo de sites e apps, com foco em velocidade e praticidade.\n\n---\n\n## ⚙️ Requisitos\n- Node.js LTS (18+ recomendado)\n- npm\n\n---\n\n## 🚚 Instalação e execução\n```bash\n# instalar dependências\nnpm install --legacy-peer-dependency\n\n# executar em desenvolvimento\nnpm run dev\n```\n\nCrie um `.env` (ou use `.env.example`), por exemplo:\n```env\nFIREBASE_API_KEY= \nFIREBASE_AUTH_DOMAIN= \nFIREBASE_PROJECT_ID= \nFIREBASE_APP_ID= \nFIREBASE_MESSAGING_SENDER_ID= \nFIREBASE_STORAGE_BUCKET= \nJWT_SECRET= \n```\n\n---\n\n## 📁 Estrutura mínima sugerida\n```\n├── 📁 .git/ 🚫 (auto-hidden)\n├── 📁 dist/ 🚫 (auto-hidden)\n├── 📁 netlify/\n│   └── 📁 functions/\n│       └── 📄 nest.ts\n├── 📁 node_modules/ 🚫 (auto-hidden)\n├── 📁 src/\n│   ├── 📁 auth/\n│   │   ├── 📁 decorators/\n│   │   │   └── 📄 user.decorator.ts\n│   │   ├── 📁 dtos/\n│   │   │   ├── 📄 change-password.dto.ts\n│   │   │   ├── 📄 forgot-password.dto.ts\n│   │   │   ├── 📄 login.dto.ts\n│   │   │   ├── 📄 register-confirm.dto.ts\n│   │   │   ├── 📄 register-request.dto.ts\n│   │   │   ├── 📄 register.dto.ts\n│   │   │   └── 📄 reset-password.dto.ts\n│   │   ├── 📄 auth.controller.ts\n│   │   ├── 📄 auth.module.ts\n│   │   ├── 📄 auth.repositories.ts\n│   │   ├── 📄 auth.service.ts\n│   │   ├── 📄 jwt-auth.guard.ts\n│   │   └── 📄 jwt.strategy.ts\n│   ├── 📁 endpoint/\n│   │   ├── 📄 endpoint.controller.ts\n│   │   ├── 📄 endpoint.module.ts\n│   │   ├── 📄 endpoint.repository.ts\n│   │   └── 📄 endpoint.service.ts\n│   ├── 📁 firebase/\n│   │   ├── 📄 firebase.module.ts\n│   │   └── 📄 firebase.tokens.ts\n│   ├── 📁 itens/\n│   │   ├── 📄 itens.controller.ts\n│   │   ├── 📄 itens.module.ts\n│   │   ├── 📄 itens.repository.ts\n│   │   └── 📄 itens.service.ts\n│   ├── 📄 app.controller.ts\n│   ├── 📄 app.module.ts\n│   ├── 📄 app.service.ts\n│   └── 📄 main.ts\n├── 📁 test/\n│   ├── 📄 app.e2e-spec.ts\n│   └── 📄 jest-e2e.json\n├── 🔒 .env 🚫 (auto-hidden)\n├── 📄 .env.example\n├── 📄 .eslintrc.js\n├── 🚫 .gitignore\n├── 📄 .prettierrc\n├── 📜 License.md\n├── 📖 README.md\n├── 🔒 bun.lock 🚫 (auto-hidden)\n├── 📄 nest-cli.json\n├── ⚙️ netlify.toml\n├── 📄 package-lock.json\n├── 📄 package.json\n├── 📄 tsconfig.build.json 🚫 (auto-hidden)\n└── 📄 tsconfig.json\n```\n\n---\n\n## 🤝 Contribuição\n1. Verifique e **assinale** uma *issue*.\n2. Sincronize e crie sua *branch*:\n   ```bash\n   git checkout main\n   git pull origin main\n   git checkout -b feat/makeapi-\u003cissue\u003e   # ou fix/makeapi-\u003cissue\u003e\n   ```\n3. Commit objetivo:\n   ```bash\n   git commit -m \"feat/makeapi-\u003cissue\u003e: resumo curto do que foi feito\"\n   ```\n4. Envie e abra o PR:\n   ```bash\n   git push origin feat/makeapi-\u003cissue\u003e\n   ```\n   Revise o código e, estando OK, **autorize o merge**.\n\n### Convenções rápidas\n- Branches: `feat/makeapi-\u003cissue\u003e`, `fix/makeapi-\u003cissue\u003e`\n- Commits: `tipo/escopo: mensagem` (ex.: `feat`, `fix`, `chore`, `docs`)\n\n---\n\n## 🧪 Scripts\n```bash\nnpm run dev\nnpm run build\nnpm start\n```\n\n---\n\n## 📜 Licença\nMIT (ou ajuste conforme necessário).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarco0antonio0%2Fback-makeapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarco0antonio0%2Fback-makeapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarco0antonio0%2Fback-makeapi/lists"}