https://github.com/jacksonsantin/proffy
Projeto desenvolvido pela trilha OmniStack durante a segunda edição da NLW (Next Level Week), oferecida pela @Rocketseat
https://github.com/jacksonsantin/proffy
nodejs react-native reactjs rocketseat typescript
Last synced: 3 months ago
JSON representation
Projeto desenvolvido pela trilha OmniStack durante a segunda edição da NLW (Next Level Week), oferecida pela @Rocketseat
- Host: GitHub
- URL: https://github.com/jacksonsantin/proffy
- Owner: JacksonSantin
- License: mit
- Created: 2020-08-25T12:04:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T12:46:59.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T07:14:56.362Z (over 1 year ago)
- Topics: nodejs, react-native, reactjs, rocketseat, typescript
- Language: TypeScript
- Homepage: https://about-me-jacksonsantin.vercel.app/
- Size: 618 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Proffy:
Sua plataforma de estudos online 🚀
---


Sobre •
Layout •
Como está dividido o projeto •
Tecnologias •
Autor
## 💻 Sobre o projeto
**Proffy** - Plataforma de estudos, onde professores e alunos conseguem se conectar para ter aulas online, ou dar aulas online.
Projeto desenvolvido durante a segunda edição da **NLW - Next Level Week** oferecida pela @rocketseat.
O NLW é uma experiência online com muito conteúdo prático, oferecido de forma gratuita, onde o único objetivo é te levar para o próximo nível.
---
## 🎨 Layout
O layout da aplicação está disponível no Figma:
### Web

### Mobile



---
## 🚀 Como está dividido o projeto
Este projeto é divido em três partes:
1. Backend (pasta server)
2. Frontend (pasta web)
3. Mobile (pasta mobile)
💡Tanto o Frontend quanto o Mobile precisam que o Backend esteja sendo executado para funcionar.
### Pré-requisitos
Antes de começar, você vai precisar ter instalado em sua máquina as seguintes ferramentas:
[Git](https://git-scm.com), [Node.js](https://nodejs.org/en/) + NPM, [Yarn](https://yarnpkg.com/) e [Expo](https://expo.io/).
Além disto é importante ter um bom editor para trabalhar com o código, sugiro o [VSCode](https://code.visualstudio.com/)
Você também pode utilizar uma ferramenta para poder consumir a API backend, para esse projeto, utilizamos o [Insomnia](https://insomnia.rest/).
---
## 🛠 Tecnologias
As seguintes ferramentas foram usadas na construção do projeto:
#### **Web** ([React](https://reactjs.org/) + [TypeScript](https://www.typescriptlang.org/))
- **[React Router Dom](https://github.com/ReactTraining/react-router/tree/master/packages/react-router-dom)**
- **[Axios](https://github.com/axios/axios)**
> Veja o arquivo [package.json](https://github.com/jacksonsantin/proffy/blob/master/web/package.json)
#### **Server** ([NodeJS](https://nodejs.org/en/) + [TypeScript](https://www.typescriptlang.org/))
- **[Express](https://expressjs.com/)**
- **[CORS](https://expressjs.com/en/resources/middleware/cors.html)**
- **[KnexJS](http://knexjs.org/)**
- **[SQLite](https://github.com/mapbox/node-sqlite3)**
- **[ts-node](https://github.com/TypeStrong/ts-node)**
> Veja o arquivo [package.json](https://github.com/jacksonsantin/proffy/blob/master/server/package.json)
#### **Mobile** ([React Native](http://www.reactnative.com/) + [TypeScript](https://www.typescriptlang.org/))
- **[Expo](https://expo.io/)**
- **[Expo Google Fonts](https://github.com/expo/google-fonts)**
- **[React Navigation](https://reactnavigation.org/)**
- **[Async Storage](https://github.com/react-native-community/async-storage)**
- **[Axios](https://github.com/axios/axios)**
> Veja o arquivo [package.json](https://github.com/jacksonsantin/proffy/blob/master/mobile/package.json)
#### **Utilitários**
- Protótipo: **[Figma](https://www.figma.com/)**
- Editor: **[Visual Studio Code](https://code.visualstudio.com/)** → Extensions: **[SQLite](https://marketplace.visualstudio.com/items?itemName=alexcvzz.vscode-sqlite)**
- Markdown: **[Markdown Emoji](https://gist.github.com/rxaviers/7360908)**
- Ícones: **[Ionicons](https://ionicons.com/)**, **[Feather Icons](https://feathericons.com/)**
- Fontes: **[Archivo](https://fonts.google.com/specimen/Archivo)**, **[Poppins](https://fonts.google.com/specimen/Poppins)**
---
## 🦸 Autor

Jackson Dhanyel Santin
[](https://www.linkedin.com/in/jackson-dhanyel-santin/)
[](https://twitter.com/DhanyelJack)
[](mailto:jackdhanyelsn@gmail.com)
---
Feito com ❤️ por Jackson Dhanyel Santin 👋🏽 [Entre em contato!](https://curriculum-vitae-jacksonsantin.vercel.app/contato)
Consulte informações sobre a licença do projeto [MIT](https://github.com/JacksonSantin/proffy/blob/master/LICENSE).
---