Ecoleta is a project developed based on international environment week. That aims to connect people to companies that collect specific waste such as light bulbs, batteries, etc.
This project was developed with the following technologies:
Website (React + TypeScript)
Server (NodeJS + TypeScript)
Mobile (React Native + TypeScript)
- Expo
- Expo Google Fonts
- React Navigation
- React Native Maps
- Expo Constants
- React Native SVG
- Axios
- Expo Location
- Expo Mail Composer
- API: IBGE API → API de UFs, API de Municípios
- Maps: Leaflet
- Editor: Visual Studio Code → Extensions: SQLite
- Markdown: StackEdit, Markdown Emoji
- Commit Conventional: Commitlint
- Teste de API: Insomnia
- Ícones: Feather Icons, Font Awesome
- Fontes: Ubuntu, Roboto
To clone and run this application, you'll need Git, [Node.js][nodejs] installed on your computer.
From your command line:
# Clone this repository
$ git clone https://github.com/JohnEricJahn/Ecoleta
# Go into the repository
$ cd Ecoleta-master/api-node
# Install dependencies
$ npm install
# Run Migrates
$ npm run knex:migrate
# Run Seeds
$ npm run knex:seed
# Start server
$ npm run dev
# running on port 3333
# Clone this repository
$ git clone https://github.com/JohnEricJahn/Ecoleta
# Go into the repository
$ cd Ecoleta-master/react-app
# Install dependencies
$ npm install
# Run
$ npm start
# running on port 3000
# Clone this repository
$ git clone https://github.com/JohnEricJahn/Ecoleta
# Go into the repository
$ cd Ecoleta-master/mobile
# Install dependencies
$ npm install
# Run
$ npm start
# Expo will open, just scan the qrcode on terminal or expo page
# If some problem with fonts, execute:
$ expo install expo-font @expo-google-fonts/ubuntu @expo-google-fonts/roboto
This repository is licensed by MIT LICENSE.