Ecoleta is a project developed based on international environment week. That aims to help people find/or register companies that collect specific waste such as light bulbs, batteries, cooking oil, etc.
This project was developed using the following technologies:
-Node.js
-TypeScript
-React JS
-React Native
-Expo
To clone and run this application, you'll need Git, Node.js and Yarn installed on your computer.
# Clone this repository
$ git clone https://github.com/joaoficanha/ecoleta.git
# Go into the repository
$ cd ecoleta/server
# Install dependencies
$ yarn install
# Run Migrates
$ yarn knex:migrate
# Run Seeds
$ yarn knex:seed
# Start server
$ yarn dev
# running on port 3333
# Clone this repository
$ git clone https://github.com/joaoficanha/ecoleta.git
# Go into the repository
$ cd ecoleta/web-app
# Install dependencies
$ yarn install
# Run
$ yarn start
# running on port 3000
# Clone this repository
$ git clone https://github.com/joaoficanha/ecoleta.git
# Go into the repository
$ cd ecoleta/mobile
# Install dependencies
$ yarn install
# Run
$ yarn start
# Expo will open, just scan the qrcode on terminal or expo page
This project is under the MIT license. See the LICENSE for details.
Made by João Pedro Ficanha