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: 3 months ago
JSON representation
[NLW] Projeto construído durante o Next Level Week #02
- Host: GitHub
- URL: https://github.com/fnoquiq/proffy
- Owner: fnoquiq
- License: mit
- Created: 2020-08-04T00:32:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T22:31:57.000Z (over 3 years ago)
- Last Synced: 2025-08-01T19:36:56.790Z (11 months ago)
- Topics: express, react, react-native, reactjs, rocketseat, typeorm
- Language: TypeScript
- Homepage:
- Size: 7.57 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:heavy_check_mark: #NextLevelWeek 2.0 :rocket: :heavy_check_mark:
### 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
```
### 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.
```
---
## :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.
[](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.
---