An open API service indexing awesome lists of open source software.

https://github.com/valchanoficial/nlwecoleta

Next Level Week - Ecoleta :recycle:
https://github.com/valchanoficial/nlwecoleta

expo expo-mail-composer express knex multer picker react-leaflet react-native react-router reactjs sqlite3 typescript

Last synced: about 2 months ago
JSON representation

Next Level Week - Ecoleta :recycle:

Awesome Lists containing this project

README

          

# Next Level Week - Ecoleta

![Ecoleta](https://github.com/ValchanOficial/NLWEcoleta/blob/master/docs/NLW.jpg)

## Start

```js
// Backend
npm install // Instala dependências
npm run knex:migrate // Cria tabelas
npm run knex:seed // Adiciona dados
npm run dev // Executa backend - http://localhost:3333

//Frontend
yarn install // Instala dependências
yarn start // Executa frontend - http://localhost:3000

//Mobile
yarn install // Instala dependências
yarn start // Executa mobile - http://localhost:19002
```