{"id":18714890,"url":"https://github.com/diegoclair/next-level-week","last_synced_at":"2025-11-10T04:30:20.585Z","repository":{"id":38879858,"uuid":"268686926","full_name":"diegoclair/next-level-week","owner":"diegoclair","description":"Next Level Week by Rocketseat","archived":false,"fork":false,"pushed_at":"2023-01-11T02:57:48.000Z","size":2945,"stargazers_count":2,"open_issues_count":49,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T09:39:16.916Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/diegoclair.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-02T02:57:20.000Z","updated_at":"2020-08-07T20:39:41.000Z","dependencies_parsed_at":"2023-02-09T00:00:34.773Z","dependency_job_id":null,"html_url":"https://github.com/diegoclair/next-level-week","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegoclair%2Fnext-level-week","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegoclair%2Fnext-level-week/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegoclair%2Fnext-level-week/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diegoclair%2Fnext-level-week/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diegoclair","download_url":"https://codeload.github.com/diegoclair/next-level-week/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239576744,"owners_count":19662114,"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":[],"created_at":"2024-11-07T13:06:40.951Z","updated_at":"2025-11-10T04:30:20.494Z","avatar_url":"https://github.com/diegoclair.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg alt=\"NextLevelWeek\" title=\"#NextLevelWeek\" src=\".github/logo.svg\" width=\"250px\" /\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e \n\tNextLevelWeek 1.0 by\n   \u003ca href=\"https://rocketseat.com.br/\"\u003eRocketseat\u003c/a\u003e 🚀\n\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n\n   \u003ca href=\"https://github.com/diegoclair/next-level-week/commits/master\"\u003e\n    \u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/diegoclair/next-level-week?label=Last%20commit\"\u003e\n  \u003c/a\u003e\n\n  \u003cimg alt=\"GitHub languages count\" src=\"https://img.shields.io/github/languages/count/diegoclair/next-level-week\" style=\"margin-left:3px;\"\u003e\n  \n  \u003ca href=\"https://www.linkedin.com/in/diegoclair/\"\u003e\n     \u003cimg alt=\"Made by Diego Clair\" src=\"https://img.shields.io/badge/Made%20by-Diego%20Clair-informational\" style=\"margin-left:3px;\"\u003e\n     \u003cimg src=\"https://img.icons8.com/color/2x/linkedin.png\" width=\"24px\" height=\"25.1px\" style=\"margin-left:-3px; margin-bottom: -2.9px\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## 📝 Project\nEcoleta is a project developed with a purpose to connect people with waste collection institutions/companies like electronics, cardboard papers, batteries, organics, and etc.  \n\nWe developed this project in the same week of \u003cb\u003eWorld Environment Week\u003c/b\u003e and because of that, the project has this name and this purpose.  \n\n\n\u003ch1 align=\"center\"\u003e\n    \u003cimg alt=\"Example\" title=\"Example\" src=\".github/capa.svg\" width=\"500px\" /\u003e\n\u003c/h1\u003e\n\n## ❗ Requirements\nTo run this application you have to install (if you don't have already installed) the follow programs:\n* \u003cb\u003eIn your computer\u003c/b\u003e:\n   * [Node js and npm](https://nodejs.org/en/download/)\n   * [Expo cli](https://expo.io/tools#cli)\n* \u003cb\u003eIn your smartphone\u003c/b\u003e:\n   * App called expo available in [GooglePlay](https://play.google.com/store/apps/details?id=host.exp.exponent) and [AppleStore](https://apps.apple.com/br/app/expo-client/id982107779)\n\u003cbr\u003e\u003c/br\u003e\n## ▶️ Start application\nTo start the application, you need follow the steps below:  \n### 💻 Web Application:  \n   * Go to backend folder and run the commands:\n      - \u003cb\u003e```npm install```\u003c/b\u003e\n      - \u003cb\u003e```npm run knex:migrate```\u003c/b\u003e\n      - \u003cb\u003e```npm run knex:seed```\u003c/b\u003e\n      - \u003cb\u003e```npm run dev```\u003c/b\u003e\n   * Go to frontend folder and run the commands:\n      - \u003cb\u003e```npm install```\u003c/b\u003e\n      - \u003cb\u003e```npm start```\u003c/b\u003e\n   - Open [http://localhost:3000](http://localhost:3000) to view it in the browser.\n   - Now you can use the web application.\n   - \u003cb\u003eTo see available points, you need to use mobile app, in frontend we just create the points.\u003c/b\u003e\n\u003cbr\u003e\u003c/br\u003e\n### 📱 Mobile App:\n   - Go to mobile folder and run the command \u003cb\u003e```npm install```\u003c/b\u003e.\n   - After that, run the command \u003cb\u003e```expo start```\u003c/b\u003e on terminal and your brownser will open a page with a qrcode.\n   - Open the camera on your smartphone and scan the qrcode on the browser in yout pc.\n   - Wait and your app be ready and then you can use it.\n   - \u003cb\u003eTo see points at map, you first need to create a point in frontend app, after that, you can find a point at mobile app.\u003c/b\u003e\n   \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiegoclair%2Fnext-level-week","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiegoclair%2Fnext-level-week","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiegoclair%2Fnext-level-week/lists"}