https://github.com/mahtf/proffy
Projeto feito em React
https://github.com/mahtf/proffy
Last synced: 8 months ago
JSON representation
Projeto feito em React
- Host: GitHub
- URL: https://github.com/mahtf/proffy
- Owner: MahTF
- License: mit
- Created: 2020-08-03T19:27:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T04:30:07.000Z (about 5 years ago)
- Last Synced: 2023-03-07T01:39:01.268Z (over 3 years ago)
- Language: TypeScript
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


Descrição |
Iniciando |
O que contém? |
Licença
## :clipboard: Descrição
Aplicativo para unir pessoas que querem aprender com quem deseja ensinar.
Projeto realizado na Next Level Week #2, na trila omnistack, ministrada pelo [CTO Diego Fernandes](https://github.com/diego3g).
## :rocket: Iniciando
1. Faça o Download do repositório.
- Usando Git
```shell
git clone https://github.com/MahTF/Proffy.git
```
- Usando Github CLI
```shell
gh repo clone MahTF/Proffy
```
> :bulb: ou como preferir.
2. Instalação
- Rode o comando:
```shell
npm install
```
3. Execução
- Entre na pasta /server e rode o comando abaixo para criar o banco de dados:
```shell
npm run knex:migrate
```
- Logo após, rode o comando:
```shell
npm start
```
## 🧐 O que contém?
### :building_construction: Tecnologias
- [Typescript](https://www.typescriptlang.org/)
- [React](https://pt-br.reactjs.org/)
- [React Native](https://reactnative.dev/)
### :package: Pacotes
- [React-router-dom](https://reactrouter.com/web/guides/quick-start)
- [Express](https://expressjs.com/pt-br/)
- [Ts-node-dev](https://github.com/whitecolor/ts-node-dev)
- [Knex](http://knexjs.org/)
- [Cors](https://github.com/expressjs/cors)
- [Axios](https://github.com/axios/axios)
- [Expo](https://expo.io/)
- [Expo Fonts](https://docs.expo.io/versions/latest/sdk/font/)
- [React Navigation](https://reactnavigation.org/)
- [Async Storage](https://docs.expo.io/versions/latest/sdk/async-storage/)
## :memo: Licença
Este projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) (em inglês) para mais detalhes.
---
Build with 💙 By [Marcelo Ferreira](https://github.com/MahTF)
Based on the [readme template](https://gist.github.com/henry-ns/a00234378353d9ca43e1bfe043202192) by [Henrique Miranda](http://thehenry.dev/)