{"id":20619913,"url":"https://github.com/mafda/nlw_ecoleta","last_synced_at":"2026-04-08T21:31:01.589Z","repository":{"id":38857382,"uuid":"268537858","full_name":"mafda/nlw_ecoleta","owner":"mafda","description":"[pt-BR] Ecoleta - Projeto construido durante a Next Level Week da RocketSeat","archived":false,"fork":false,"pushed_at":"2023-01-11T03:10:10.000Z","size":2355,"stargazers_count":0,"open_issues_count":27,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T20:07:44.799Z","etag":null,"topics":["css","html","javascript","nodejs","react","react-native","reactjs","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/mafda.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":"2020-06-01T14:00:04.000Z","updated_at":"2020-08-09T12:34:09.000Z","dependencies_parsed_at":"2023-02-09T00:31:58.332Z","dependency_job_id":null,"html_url":"https://github.com/mafda/nlw_ecoleta","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mafda/nlw_ecoleta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mafda%2Fnlw_ecoleta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mafda%2Fnlw_ecoleta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mafda%2Fnlw_ecoleta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mafda%2Fnlw_ecoleta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mafda","download_url":"https://codeload.github.com/mafda/nlw_ecoleta/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mafda%2Fnlw_ecoleta/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31575347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["css","html","javascript","nodejs","react","react-native","reactjs","typescript"],"created_at":"2024-11-16T12:12:48.949Z","updated_at":"2026-04-08T21:31:01.561Z","avatar_url":"https://github.com/mafda.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next Level Week | Ecoleta\n\n**Ecoleta** é um projeto desenvolvido na **Next Level Week 1.0**. O objetivo é conectar pessoas a empresas que coletam resíduos específicos, como lâmpadas, baterias, óleo de cozinha etc.\n\n## API\n\n![API RESTful](img/API_RESTful.png)\n\n## Ambiente de desenvolvimento\n\nAs seguintes tecnologias foram utilizadas no projeto:\n\n* **Back-end**\n\n\t* [TypeScript](https://www.typescriptlang.org/)\n\t* [Node.js](https://nodejs.org/)\n  * [KnexJS](http://knexjs.org/)\n  * [Sqlite3](https://www.sqlite.org/index.html)\n\n\n* **Front-end**\n\n\t* [React.js](https://reactjs.org/)\n\t* [TypeScript](https://www.typescriptlang.org/)\n\t* [Leaflet](https://leafletjs.com/)\n  * [Axios](https://github.com/axios/axios)\n\n\n* **Mobile**\n\n\t* [React Native](https://reactnative.dev/)\n\t* [Expo](https://expo.io/)\n\n## Instalação API\n\n* Clonar este repositório\n\n```\ngit clone git@github.com:mafda/nlw_ecoleta.git\n```\n\n### Back-end\n\n* Entre no repositório\n  \n```\ncd nlw_ecoleta/server\n```\n\n* Run\n  \n```\nnpm install\nnpm run knex:migrate\nnpm run knex:seed\n```\n* Start\n\n```\nnpm run dev\n```\n\n### Front-end\n\n* Entre no repositório\n  \n```\ncd nlw_ecoleta/web\n```\n\n* Run\n  \n```\nnpm install\n```\n* Start\n\n```\nnpm start\n```\n\n### Mobile\n\n* Entre no repositório\n  \n```\ncd nlw_ecoleta/mobile\n```\n\n* Run\n  \n```\nnpm install\n```\n* Start\n\nPara visualizar, instale [Expo](https://expo.io/).\n\n```\nnpm start\n```\n\n\n## Resultados\n\n### Aplicação Web\n\n![nlw-ecoleta-web](img/nlw-ecoleta-web.jpg)\n\n### Aplicação Mobile\n\n![nlw-ecoleta-mobile](img/nlw-ecoleta-mobile.jpg)\n\n## Insomnia\n\nPara testar o projeto *\"Ecoleta\"*, instale o [Insomnia](https://insomnia.rest/) ou execute via docker container [docker-insomnia](https://github.com/camiloariza/docker-insomnia).\n\n### Agradecimentos\n\n[Diego Fernandes](https://github.com/diego3g) e a equipe da [RocketSeat](https://rocketseat.com.br/).\n\n\n\n--- \n\nmade with 💙 by [mafda](https://mafda.github.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmafda%2Fnlw_ecoleta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmafda%2Fnlw_ecoleta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmafda%2Fnlw_ecoleta/lists"}