{"id":15083764,"url":"https://github.com/carlos-hfc/daily-diet-api","last_synced_at":"2026-01-03T14:16:59.882Z","repository":{"id":239056304,"uuid":"798395746","full_name":"carlos-hfc/daily-diet-api","owner":"carlos-hfc","description":"Controle de dieta diária desenvolvido no módulo sobre API REST da formação de Node.js da Rocketseat.","archived":false,"fork":false,"pushed_at":"2024-05-09T17:33:34.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T08:35:42.140Z","etag":null,"topics":["fastify","knex","nodejs","rocketseat","rocketseat-ignite","sqlite","typescript","vitest","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/carlos-hfc.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":"2024-05-09T17:33:03.000Z","updated_at":"2024-05-09T17:34:57.000Z","dependencies_parsed_at":"2024-05-09T19:09:01.827Z","dependency_job_id":null,"html_url":"https://github.com/carlos-hfc/daily-diet-api","commit_stats":null,"previous_names":["carlos-hfc/daily-diet-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlos-hfc%2Fdaily-diet-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlos-hfc%2Fdaily-diet-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlos-hfc%2Fdaily-diet-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlos-hfc%2Fdaily-diet-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carlos-hfc","download_url":"https://codeload.github.com/carlos-hfc/daily-diet-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243941386,"owners_count":20372232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["fastify","knex","nodejs","rocketseat","rocketseat-ignite","sqlite","typescript","vitest","zod"],"created_at":"2024-09-25T06:32:41.602Z","updated_at":"2026-01-03T14:16:59.836Z","avatar_url":"https://github.com/carlos-hfc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/node-v18.18.2-339933?style=flat\u0026logo=nodedotjs\u0026logoColor=%23339933\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/npm-v9.8.1-CB3837?style=flat\u0026logo=npm\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/feito_por-Carlos_Faustino-black\" /\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n# :bulb: Sobre\n\nControle de dieta diária desenvolvido no módulo sobre API REST da formação de Node.js da Rocketseat.\n\n## :page_with_curl: Pré-requisitos\n\n1. Antes de começar, certifique-se de ter o Node.js instalado em sua máquina. \n    \u003ca href=\"https://nodejs.org\"\u003e\n      \u003cimg width=\"24\" src=\"https://user-images.githubusercontent.com/25181517/183568594-85e280a7-0d7e-4d1a-9028-c8c2209e073c.png\" alt=\"Node.js\" title=\"Node.js\"/\u003e\n    \u003c/a\u003e\n\n## :gear: Configuração\n\n1. Clone o repositório para sua máquina local:\n\n```bash\ngit clone https://github.com/carlos-hfc/daily-diet-api\n```\n\n2. Acesse o diretório do projeto:\n\n```bash\ncd daily-diet-api\n```\n\n3. Instale as dependências:\n\n```bash\nnpm install\n```\n\n4. Crie um arquivo `.env.local` na raiz do projeto e adicione as seguinte chaves:\n\n```env\nNODE_ENV=\"\"\nDATABASE_URL=\"\"\n```\n\n5. Rode a aplicação\n\n```bash\nnpm run dev\n```\n\n## :computer_mouse: Features\n\n- :ballot_box_with_check: O usuário deve se cadastrar\n- :ballot_box_with_check: O usuário pode ver o seu perfil\n- :ballot_box_with_check: O usuário pode efetuar login\n- :ballot_box_with_check: O usuário pode criar um refeição feita\n- :ballot_box_with_check: O usuário pode editar uma refeição\n- :ballot_box_with_check: O usuário pode apagar uma refeição\n- :ballot_box_with_check: O usuário pode listar todas as suas refeições\n- :ballot_box_with_check: O usuário pode pegar uma refeição específica\n- :ballot_box_with_check: O usuário pode visualizar métricas sobre suas refeições\n\n## :computer: Tecnologias utilizadas\n\n\u003cp float=\"left\"\u003e\n  \u003cimg width=\"50\" src=\"https://user-images.githubusercontent.com/25181517/183568594-85e280a7-0d7e-4d1a-9028-c8c2209e073c.png\" alt=\"Node.js\" title=\"Node.js\"/\u003e\n  \u003cimg width=\"50\" src=\"https://user-images.githubusercontent.com/25181517/183890598-19a0ac2d-e88a-4005-a8df-1ee36782fde1.png\" alt=\"TypeScript\" title=\"TypeScript\"/\u003e\n\u003c/p\u003e\n\n## :page_facing_up: Licença\n\nEste projeto está licenciado sob a [Licença MIT](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlos-hfc%2Fdaily-diet-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarlos-hfc%2Fdaily-diet-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlos-hfc%2Fdaily-diet-api/lists"}