An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Proffy logo














GitHub language count


GitHub repo size



GitHub stars


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/)