{"id":18964313,"url":"https://github.com/lorransutter/ecoleta","last_synced_at":"2025-12-30T18:53:53.016Z","repository":{"id":38882111,"uuid":"268558539","full_name":"LorranSutter/Ecoleta","owner":"LorranSutter","description":"Backend, frontend and mobile app for companies contribute to recycling","archived":false,"fork":false,"pushed_at":"2023-01-11T02:56:17.000Z","size":3006,"stargazers_count":0,"open_issues_count":28,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-01T05:30:11.563Z","etag":null,"topics":["expo","expressjs","nodejs","react-native","reactjs","sqlite","typescript"],"latest_commit_sha":null,"homepage":null,"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/LorranSutter.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}},"created_at":"2020-06-01T15:22:07.000Z","updated_at":"2021-08-20T00:46:41.000Z","dependencies_parsed_at":"2023-02-09T00:00:33.834Z","dependency_job_id":null,"html_url":"https://github.com/LorranSutter/Ecoleta","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/LorranSutter%2FEcoleta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LorranSutter%2FEcoleta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LorranSutter%2FEcoleta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LorranSutter%2FEcoleta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LorranSutter","download_url":"https://codeload.github.com/LorranSutter/Ecoleta/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239959950,"owners_count":19725221,"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":["expo","expressjs","nodejs","react-native","reactjs","sqlite","typescript"],"created_at":"2024-11-08T14:23:40.241Z","updated_at":"2025-12-30T18:53:52.967Z","avatar_url":"https://github.com/LorranSutter.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ecoleta - Next Level Week\n\nProject provided by [Rocket Seat](https://rocketseat.com.br) to learn backend, frontend and mobile development employing React JS, React Native and Express.\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"https://res.cloudinary.com/lorransutter/image/upload/v1591489742/ecoleta_site_preview.gif\" alt=\"Site preview\" height=\"300\"/\u003e\n\u003cimg src=\"https://res.cloudinary.com/lorransutter/image/upload/v1591491000/ecoleta_mobile_preview.gif\" alt=\"Mobile preview\" height=\"300\"/\u003e\n\n\u003c/div\u003e\n\nThis project aims to create a web application and mobile web app to help people find places that contribute to **recycling**.\n\nThe web application is intended for the use of collection points, where is possible to:\n\n- Register yourself as a collection point with name, email, whatsapp number, city, province/state, location, image and items that you collect.\n- It is possible to upload and image of the place and user a interactive map to mark the place location.\n\nThe mobile web app is indended for users that want to find collection points, where is possible to:\n\n- Find places by location and collected items.\n- Browse for collection points using a map.\n- Choose and read details about the collection point.\n- Get in touch with the place, either registered email or whatsapp.\n\n## :runner: How to run\n\nOpen your terminal in the folder you want to clone the project\n\n```sh\n# Clone this repo\ngit clone https://github.com/LorranSutter/Ecoleta.git\n\n# Go to the project\ncd Ecoleta\n\n# Go to each folder and install dependencies\ncd backend\nyarn\n\ncd ../frontend\nyarn\n\ncd ../mobile\nyarn\n```\n\nNow you will need two opened terminals to run the project. One for the backend and another one for the frontend or mobile.\n\nBackend will run on http://localhost:5000/\n\nFrontend will run on http://localhost:3000/\n\nMobile will run on http://localhost:19002/\n\n```sh\n# Go to backend\ncd backend\n\n# Run the project\nyarn start\n\n## In the another terminal ##\n\n# Go to frontend\ncd frontend\n\n# Run the project\nyarn start\n```\n\nFor the mobile web app keep backend running and do the following:\n\n```sh\n# Go to mobile\ncd mobile\n\n# Run the project\nexpo start\n```\n\nThis will start expo CLI on your browser. A QR code will appear on your screen and in terminal. You can scan this QR code with [Expo app](https://expo.io/tools#client) to see the application running in your phone.\n\n## :book: Resources and technologies :computer:\n\n- [Typescript](https://www.typescriptlang.org/) - superset of JS programming language static typed\n- [Node.js](https://nodejs.org/en/) - executes JS scripts in server side\n- [Express.js](http://expressjs.com/) - web application framework\n- [Multer](https://www.npmjs.com/package/multer) - middleware for uploading files\n- [ReactJS](https://reactjs.org/) - frontend library\n- [React Navigation](https://reactnavigation.org/) - routing and navigation for react apps\n- [React Leaflet](https://react-leaflet.js.org/) - map component based on Leaflet\n- [React dropzone](https://react-dropzone.js.org/) - create zone to drop files\n- [React Native](https://reactnative.dev/) - framework for mobile development\n- [Expo](https://expo.io/) - tool for helping mobile development with react native\n- [React Native Maps](https://github.com/react-native-community/react-native-maps) - map component for iOS and Android\n- [Knex](http://knexjs.org/) - query builder\n- [Sqlite](https://www.sqlite.org/index.html) - simple SQL database engine\n- [Celebrate](https://github.com/arb/celebrate) - middleware to validate data\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florransutter%2Fecoleta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Florransutter%2Fecoleta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florransutter%2Fecoleta/lists"}