Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fnoquiq/proffy
- Owner: fnoquiq
- License: mit
- Created: 2020-08-04T00:32:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T22:31:57.000Z (about 2 years ago)
- Last Synced: 2024-11-08T23:49:39.842Z (3 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.
[![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.
---