Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fnoquiq/proffy

[NLW] Projeto construído durante o Next Level Week #02
https://github.com/fnoquiq/proffy

express react react-native reactjs rocketseat typeorm

Last synced: 30 days ago
JSON representation

[NLW] Projeto construído durante o Next Level Week #02

Awesome Lists containing this project

README

        


NLW2


:heavy_check_mark: #NextLevelWeek 2.0 :rocket: :heavy_check_mark:


stars


issues


forks


license

### Configurar API

```bash
# Entre na pasta server
$ cd proffy/server

# Instale as dependências
$ yarn install

# Rode as migrations
$ yarn knex:migrate

# Inicie o servidor
$ yarn dev

```

### Iniciar front-end web

```bash
# Entre na pasta web
$ cd proffy/web

# Instale as dependências
$ yarn install

# Inicie o servidor
$ yarn start

```


web

### Iniciar mobile expo

```bash
# Entre na pasta mobile
$ cd proffy/mobile

# Instale as dependências
$ yarn install

# Inicie o servidor
$ yarn start

# Expo irá abrir, você então deve escanear o QR Code com a câmera do celular.

```


mobile

---

## :package: Importar configurações do Insomnia

Para testar a API do Ecoleta, baixe e instale o [Insomnia](https://insomnia.rest/download/) e após a instalação, clique no botão abaixo.

[![Run in Insomnia}](https://insomnia.rest/images/run.svg)](https://insomnia.rest/run/?label=Proffy&uri=https%3A%2F%2Fgithub.com%2Ffnoquiq%2Fproffy%2Fblob%2Fmaster%2F.github%2Finsomnia.json)

---

## :memo: License

Esse projeto está sob a licença MIT. Veja a [LICENÇA](https://github.com/fnoquiq/proffy/blob/master/LICENSE) para mais detalhes.

---


footer