{"id":20305242,"url":"https://github.com/nelsonwenner/ecoleta","last_synced_at":"2026-04-12T06:32:24.572Z","repository":{"id":111913870,"uuid":"282524222","full_name":"nelsonwenner/ecoleta","owner":"nelsonwenner","description":":recycle: A technological method for trash collection","archived":false,"fork":false,"pushed_at":"2020-07-28T11:40:18.000Z","size":399,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T13:31:51.585Z","etag":null,"topics":["api","backend","css","frontend","javascript","knex","nodejs","reactjs","rest-api","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/nelsonwenner.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}},"created_at":"2020-07-25T21:00:56.000Z","updated_at":"2021-04-09T15:59:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4e20478-63d5-4935-b5a1-504062bab4b5","html_url":"https://github.com/nelsonwenner/ecoleta","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nelsonwenner/ecoleta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonwenner%2Fecoleta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonwenner%2Fecoleta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonwenner%2Fecoleta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonwenner%2Fecoleta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nelsonwenner","download_url":"https://codeload.github.com/nelsonwenner/ecoleta/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonwenner%2Fecoleta/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264465879,"owners_count":23612584,"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":["api","backend","css","frontend","javascript","knex","nodejs","reactjs","rest-api","typescript"],"created_at":"2024-11-14T17:07:52.396Z","updated_at":"2026-04-12T06:32:19.536Z","avatar_url":"https://github.com/nelsonwenner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Ecoleta\" src=\"./frontend/src/assets/logo.svg\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eA technological method for trash collection\u003c/h1\u003e\n\n\u003cblockquote align=\"center\"\u003e\nA application developed at Next Level Week promoted by \u003ca href=\"http://github.com/rocketseat\"\u003eRocketseat\u003c/a\u003e\n\u003c/blockquote\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/nelsonwenner/ecoleta?color=%2304D361\"\u003e\n\n  \u003ca href=\"https://github.com/nelsonwenner\"\u003e\n    \u003cimg alt=\"Made by @nelsonwenner\" src=\"https://img.shields.io/badge/made%20by-%40nelsonwenner-%2304D361\"\u003e\n  \u003c/a\u003e\n\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-%2304D361\"\u003e\n\n  \u003ca href=\"https://github.com/nelsonwenner/ecoleta/stargazers\"\u003e\n    \u003cimg alt=\"Stargazers\" src=\"https://img.shields.io/github/stars/nelsonwenner/ecoleta?style=social\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/40550247/88659849-18f6c800-d0ac-11ea-8c40-f3648726b915.png\" /\u003e\n\u003c/div\u003e\n\n## :rocket: Technologies\n\n* [ReactJS](https://reactjs.org/)\n* [Node](https://nodejs.org/en/)\n* [Knex](http://knexjs.org/)\n\n## :electric_plug: Prerequisites\n\n- [Node.js LTS (\u003e= 12.x)](https://nodejs.org/)\n\n## :information_source: Getting Started\n\n1. Fork this repository and clone it on your machine.\n2. Change the directory to `ecoleta` where you cloned it.\n\n## :closed_lock_with_key: Getting started the API Restful backend\n\n```shell\n/* After clone this repo, enter in the API folder */\n$ cd backend\n\n/* Create `.env` of the system */\n$ cp .env.example .env\n\n/* Install dependencies */\n$ npm install\n\n/* Run the migrations and seeds */\n$ npm run knex:migrate \u0026\u0026 npm run knex:seed\n\n/* Run the development server /*\n$ npm run dev\n```\n  * Open backend, the host [localhost:3333](http://localhost:3333) \n\n## :computer: Getting started the web application\n\n```shell\n/* After clone this repo, enter in the Web folder */\n$ cd frontend\n\n/* Create `.env` of the system */\n$ cp .env.example .env\n\n/* Install dependencies */\n$ npm install\n\n# Run the project\n$ npm start\n```\n  * Certify yourself that the backend is running on [localhost:3333](http://localhost:3333), Open frontend, the host [localhost:3000](http://localhost:3000) \n\n## :memo: License\nThis project is under the MIT license. See the [LICENSE](LICENSE.md) for more information.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelsonwenner%2Fecoleta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnelsonwenner%2Fecoleta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelsonwenner%2Fecoleta/lists"}