{"id":19242019,"url":"https://github.com/thegibi/proffy","last_synced_at":"2026-04-06T01:33:12.496Z","repository":{"id":172212312,"uuid":"286284850","full_name":"thegibi/Proffy","owner":"thegibi","description":"Projeto desenvolvido durante a Next Level Week, um evento de Desenvolvimento Full Stack feito pela Rocketseat School.","archived":false,"fork":false,"pushed_at":"2020-08-10T12:46:59.000Z","size":732,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-30T15:30:40.703Z","etag":null,"topics":["cors","expo","expressjs","javascript","knex","nodejs","react-native","reactjs","sqlite3","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thegibi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-08-09T17:30:05.000Z","updated_at":"2020-08-10T12:47:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4439b58-c7a9-4494-8ac0-08837382e633","html_url":"https://github.com/thegibi/Proffy","commit_stats":null,"previous_names":["gibify/proffy","gibifydev/proffy","thegibi/proffy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thegibi/Proffy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegibi%2FProffy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegibi%2FProffy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegibi%2FProffy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegibi%2FProffy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thegibi","download_url":"https://codeload.github.com/thegibi/Proffy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegibi%2FProffy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31456658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cors","expo","expressjs","javascript","knex","nodejs","react-native","reactjs","sqlite3","typescript"],"created_at":"2024-11-09T17:13:10.892Z","updated_at":"2026-04-06T01:33:12.467Z","avatar_url":"https://github.com/thegibi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/gibify/Proffy/blob/master/Web/public/Home%20(1).png\"  /\u003e\n\u003c/div\u003e\n   \n   \n  # Sobre:\n  \n  📖 Proffy - é uma aplicação, onde será possível alunos encontrarem professores, horários que estarão disponíveis, e matérias que lecionam. Os Professores poderão se    cadastrarem na plataforma, preenchendo os seus dados, e quais horários estarão disponíveis, e matérias que lecionam.\n  \n  Este projeto foi desenvolvido durante a Next Level Week [Rocketseat](https://rocketseat.com.br/).\n\n ### Arquivos:\n* [server](https://github.com/gibify/Proffy/tree/master/Server)\n* [web](https://github.com/gibify/Proffy/tree/master/Web)\n* [mobile](https://github.com/gibify/Proffy/tree/master/Mobile)\n\n ### Layout:\n \n * [Web](https://www.figma.com/file/SqvAaJzP3inBSdH4nr6fxb/Proffy_Web)\n * [Mobile](https://www.figma.com/file/G7me1ngqnxFHnI3BBs0Hf0/Proffy_Mobile)\n \n \n # Requisitos:\n\nAntes de começar, você vai precisar ter instalado em sua máquina as seguintes ferramentas:\n* [Git](https://git-scm.com) \n* [Node](https://nodejs.org/en/) \n* [VSCode](https://code.visualstudio.com/)\n\n\n #### Clonando repositório:\n\n```bash\n# clone o repositório na sua máquina\n$ git clone https://github.com/gibify/Proffy.git\n```\n\n #### ⚙️ Rodando o Servidor (Backend) \n\n```bash\n# Acesse a pasta server\n$ cd server\n\n# Instale as dependências\n$ npm install\n\n# Execute a aplicação em modo de desenvolvimento\n$ npm run dev:server / yarn dev:server\n\n# O servidor inciará na porta:3333 - acesse \u003chttp://localhost:3333\u003e \n```\n\n\n#### 🖥️ Rodando a aplicação Web (Frontend) \n\n```bash\n# Acesse a pasta web\n$ cd web\n\n# Instale as dependências\n$ npm install \n\n# Execute a aplicação em modo de desenvolvimento\n$ npm run start \n\n# O web inciará na porta:3000 - acesse \u003chttp://localhost:3000\u003e\n```\n\n#### 📱 Rodando a aplicação Mobile (App) \n\n\n```bash\n# Acesse a pasta mobile\n$ cd mobile\n\n# Instale as dependências\n$ expo install \n\n# Execute a aplicação em modo de desenvolvimento\n$ expo start \n\n# O mobile inciará na porta:19000 - acesse \u003cexpo:\u003cip local\u003e:19000\u003e\n```\n\n # 🛠 Tecnologias usadas no projeto:\n \n## Server  \n[![](https://github.com/gibify/Proffy/blob/master/Web/public/node%201.png)](https://nodejs.org/en/)   [![](https://github.com/gibify/Proffy/blob/master/Web/public/typescript%201.png)](https://www.typescriptlang.org/)\n\n-   **[Express](https://expressjs.com/)**\n-   **[CORS](https://expressjs.com/en/resources/middleware/cors.html)**\n-   **[KnexJS](http://knexjs.org/)**\n-   **[SQLite](https://github.com/mapbox/node-sqlite3)**\n-   **[ts-node-dev](https://github.com/TypeStrong/ts-node)**\n\n\u003e Acesse o arquivo  [package.json](https://github.com/gibify/Proffy/blob/master/Server/package.json)\n\n\n## Web\n[![](https://github.com/gibify/Proffy/blob/master/Web/public/reactjs%201.png)](https://reactjs.org/)    [![](https://github.com/gibify/Proffy/blob/master/Web/public/typescript%201.png)](https://www.typescriptlang.org/)\n\n-   **[React Router Dom](https://github.com/ReactTraining/react-router/tree/master/packages/react-router-dom)**\n-   **[Axios](https://www.npmjs.com/package/axios)**\n\n\u003e Acesse o arquivo  [package.json](https://github.com/gibify/Proffy/blob/master/Web/package.json)\n\n\n## Mobile\n[![](https://github.com/gibify/Proffy/blob/master/Web/public/reactjs%201.png)](https://reactnative.dev/)  [![](https://github.com/gibify/Proffy/blob/master/Web/public/typescript%201.png)](https://www.typescriptlang.org/)\n\n-   **[Expo](https://expo.io/)**\n-   **[Axios](https://www.npmjs.com/package/axios)**\n\n\u003e Acesse o arquivo  [package.json](https://github.com/gibify/Proffy/blob/master/Mobile/package.json)\n\n\n### Autor\n\n![](https://github.com/gibify/Proffy/blob/master/Web/20200730_094509%5B1%5D%201.png)\n## [Evandro Gibicoski](https://github.com/gibify)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegibi%2Fproffy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthegibi%2Fproffy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegibi%2Fproffy/lists"}