Tecnologias | Como Usar | Licença
- Express
- Knex
- sqlite3
- Multer
- Cors
- Celebrate
- Axios
- Leaflet
- React Dropzone
- React Navigation
- React-Native
- Expo
- Expo Location
- Expo Mail Composer
# Clone o repositório
$ git clone https://github.com/luizcasula/ecoleta-nlw
# Navegue até a pasta web
$ cd web
#Instale as dependencias
$ yarn install
# Inicialize a página
$ npm start
# Navegue até a pasta server
$ cd server
#Instale as dependencias
$ yarn install
# Inicialize o banco de dados
$ npx knex migrate:latest —knexfile knexfile.ts migrate:latest
# Inicialize o servidor
$ yarn dev
# Navegue até a pasta mobile
$ cd mobile
#Instale as dependencias
$ yarn install
# Inicialize o aplicativo
$ expo start
Esse projeto está sobre a lincença MIT. Veja o arquivo LICENSE para mais informações.
Feito por Luiz Casula