Ecoleta, is a web application and mobile for register waste collect points and search points for waste collect.
In Web, it is possible register waste collect points and add image, your waste items and add your location in map.
In Mobile, it is possible search waste collect points by city, uf and filter waste items in map. In details collect points it is possible send e-mail and whatsapp.
- Install depencies for server and run:
cd server
npm install
npm run knex:migrate
npm run knex:seed
npm run dev
- Install depencies for web and run:
cd web
npm install
npm start
- Install depencies for mobile and run:
cd mobile
yarn
yarn start
In server:
In web:
In mobile
- The layout developed for Rocketseat is available in Figma;