{"id":22253663,"url":"https://github.com/renanfachin/foodexplorer_backend","last_synced_at":"2026-04-07T07:46:41.483Z","repository":{"id":60011288,"uuid":"539109646","full_name":"RenanFachin/FoodExplorer_BackEnd","owner":"RenanFachin","description":"Desafio Final do programa EXPLORER da rockeseat","archived":false,"fork":false,"pushed_at":"2022-10-02T03:07:41.000Z","size":10310,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T06:16:06.577Z","etag":null,"topics":["backend","express","nodejs","sqlite"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/RenanFachin.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}},"created_at":"2022-09-20T17:22:54.000Z","updated_at":"2022-10-06T12:30:43.000Z","dependencies_parsed_at":"2023-01-19T04:15:16.921Z","dependency_job_id":null,"html_url":"https://github.com/RenanFachin/FoodExplorer_BackEnd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RenanFachin/FoodExplorer_BackEnd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenanFachin%2FFoodExplorer_BackEnd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenanFachin%2FFoodExplorer_BackEnd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenanFachin%2FFoodExplorer_BackEnd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenanFachin%2FFoodExplorer_BackEnd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RenanFachin","download_url":"https://codeload.github.com/RenanFachin/FoodExplorer_BackEnd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenanFachin%2FFoodExplorer_BackEnd/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":["backend","express","nodejs","sqlite"],"created_at":"2024-12-03T07:19:22.666Z","updated_at":"2026-04-07T07:46:41.465Z","avatar_url":"https://github.com/RenanFachin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Logo Explorer\" title=\"Explorer\" src=\"https://i.imgur.com/2IqqDoo.png\"\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n# API - FoodExplorer\nDesenvolvimento de uma API que concentrará dados de usuários, pedidos e pratos do cardápio.\n\u003cbr\u003e\n\u003cbr\u003e\n\u003ch3 align=\"center\"\u003eDesenvolvido em: \u003c/h3\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg align=\"center\" alt=\"JS\" height=\"50\" width=\"60\" src=\"https://cdn.worldvectorlogo.com/logos/javascript-1.svg\"\u003e\n    \u003cimg align=\"center\" alt=\"Nodejs\" height=\"50\" width=\"60\" src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/nodejs/nodejs-plain.svg\"\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n\n# Detalhes sobre a arquitetura do projeto\n\n/src/ \u003cbr\u003e\n  - /server.js        -\u003e Responsável pela inicialização do projeto\n  - /Routes/          -\u003e Serão mantidas todas as rotas da aplicação\n    - /index.js       -\u003e Centraliza as rotas da aplicação\n    - /user.routes.js -\u003e Possui só as rotas de users\n  - /Controllers/     -\u003e Será a parte que irá processar as requisições (local com a regra de negócio)\n    - /UsersController.js\n  - /Utils/           -\u003e Local responsável pelas utilizadas e padronizações da aplicação\n\n\n\n### Instalação\n```bash\n# Faça o clone do repositório\n\n# Modifique as variáveis de ambiente em um arquivo .env\n  AUTH_SECRET=\n  PORT=\n\n# Faça a instalação das depêndencias\n  npm i\n\n# Rode as migration\n  npm run migrate\n\n# Executando o projeto no ambiente de desenvolvimento\n  npm run dev\n```\n\n## ✔️ Autores\n\n- [Renan Fachin](https://github.com/RenanFachin/)\n\n## 📄 Professores da trilha Explorer\n\n- [Rodrigo Gonçalves](https://github.com/rodrigorgtic)\n- [Mayk Brito](https://github.com/maykbrito)\n\n## 📄 Referência\n\n- [Rockeseat](https://www.rocketseat.com.br/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenanfachin%2Ffoodexplorer_backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenanfachin%2Ffoodexplorer_backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenanfachin%2Ffoodexplorer_backend/lists"}