Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martins-rafael/proffy
:green_book: Sua plataforma de estudos online.
https://github.com/martins-rafael/proffy
nextlevelweek nlw-2 node-js proffy react-native reactjs rocketseat typescript
Last synced: 4 months ago
JSON representation
:green_book: Sua plataforma de estudos online.
- Host: GitHub
- URL: https://github.com/martins-rafael/proffy
- Owner: martins-rafael
- License: mit
- Created: 2020-08-03T19:30:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:46:51.000Z (about 2 years ago)
- Last Synced: 2024-09-30T18:22:39.270Z (4 months ago)
- Topics: nextlevelweek, nlw-2, node-js, proffy, react-native, reactjs, rocketseat, typescript
- Language: TypeScript
- Homepage:
- Size: 3.11 MB
- Stars: 25
- Watchers: 4
- Forks: 4
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proffy
## Tópicos
[Sobre o Proffy](#sobre-o-proffy)
[Tecnologias](#tecnologias)
[Instalação e uso](#instalação-e-uso)
[Licença](#licença)
## Sobre o Proffy
O Proffy é uma plataforma feita para conectar alunos e professores, desenvolvida durante a Next Level Week #2 da [Rocketseat](https://rocketseat.com.br/).
![]()
## Tecnologias
As seguintes tecnologias foram utilizadas no desenvolvimento do projeto:
- [TypeScript](https://www.typescriptlang.org/)
- [React](https://reactjs.org/)
- [React Native](https://reactnative.dev/)
- [Expo](https://expo.io/)
- [Node](https://nodejs.org/en/)
- [Express](https://expressjs.com/)
- [SQLite3](https://www.sqlite.org/index.html)
- [Knex](http://knexjs.org/)
## Instalação e uso
### API (Back-end)
```bash
# Abra um terminal e copie este repositório com o comando
$ git clone https://github.com/martins-rafael/proffy.git
# ou use a opção de download.# Entre na pasta server
$ cd proffy/server# Instale as dependências
$ yarn install# Rode o servidor
$ yarn start
```
### Web (Front-end)
```bash
# Entre na pasta web com
$ cd proffy/web# Instale as dependências
$ yarn install# Rode o aplicação
$ yarn start
```
### Mobile (App)
```bash
# Entre na pasta mobile com
$ cd proffy/mobile# Instale as dependências
$ yarn install# Rode o app
$ yarn start# Escaneie o QR Code exibido na janela do navegador.
```
Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](/LICENSE) para mais detalhes.
---
Feito com :purple_heart: by [Rafael Martins](https://github.com/martins-rafael)