Sobre | Tecnologias | Ferramentas | Instalação | Licença
O Ecoleta tem por objetivo aproximar pessoas que buscam postos de coleta de materiais não recicláveis como lâmpadas, pilhas e baterias, óleo, etc, com instituições que aceitam receber esses materiais. O backend consiste em uma API Rest rodando em um servidor NodeJS. O frontend foi feito com React e o app mobile com React Native. Este projeto foi implementado durante a Next Level Week #1 da Rocketseat.
Os seguintes softwares devem estar instalados:
$ git clone https://github.com/maiquelp/Ecoleta.git
- 📦 API
$ cd server
# Dependencies install.
$ yarn # or npm install
# Data base creation.
$ yarn knex:migrate # or npm run knex:migrate
# API start
$ yarn start # or npm start
- 💻 Web app
$ cd web
# Dependencies install.
$ yarn # or npm install
# Running web app
$ yarn start # or npm start
- 📱 Mobile app
$ cd mobile
# Dependencies install.
$ yarn # or npm install
# Running mobile app
$ yarn start # or npm start
Este projeto está sob uma licença MIT.