{"id":14984908,"url":"https://github.com/martins-rafael/proffy","last_synced_at":"2025-04-10T22:53:51.537Z","repository":{"id":38858895,"uuid":"284789206","full_name":"martins-rafael/proffy","owner":"martins-rafael","description":":green_book: Sua plataforma de estudos online.","archived":false,"fork":false,"pushed_at":"2023-01-27T04:46:51.000Z","size":3257,"stargazers_count":26,"open_issues_count":32,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-10T22:53:46.300Z","etag":null,"topics":["nextlevelweek","nlw-2","node-js","proffy","react-native","reactjs","rocketseat","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/martins-rafael.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}},"created_at":"2020-08-03T19:30:09.000Z","updated_at":"2025-02-20T13:56:57.000Z","dependencies_parsed_at":"2023-02-15T05:46:02.446Z","dependency_job_id":null,"html_url":"https://github.com/martins-rafael/proffy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martins-rafael%2Fproffy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martins-rafael%2Fproffy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martins-rafael%2Fproffy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martins-rafael%2Fproffy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martins-rafael","download_url":"https://codeload.github.com/martins-rafael/proffy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248312172,"owners_count":21082638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["nextlevelweek","nlw-2","node-js","proffy","react-native","reactjs","rocketseat","typescript"],"created_at":"2024-09-24T14:09:51.002Z","updated_at":"2025-04-10T22:53:51.514Z","avatar_url":"https://github.com/martins-rafael.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Proffy\n\n\u003cp\u003e\n  \u003cimg src=\"https://img.shields.io/badge/made%20by-RAFAEL%20MARTINS-04D361?style=flat-square\"\u003e\n  \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/martins-rafael/proffy?color=04D361\u0026style=flat-square\"\u003e\n  \u003cimg alt=\"GitHub Top Language\" src=\"https://img.shields.io/github/languages/top/martins-rafael/proffy?color=04D361\u0026style=flat-square\"\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n    \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-04D361?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/martins-rafael/proffy/commits/master\"\u003e\n    \u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/martins-rafael/proffy?color=04D361\u0026style=flat-square\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cimg align=\"right\" src=\"web/src/assets/images/landing.svg?raw=true\" width=\"35%\" alt=\"Proffy\"\u003e\n\n## Tópicos \n\n[Sobre o Proffy](#sobre-o-proffy)\n\n[Tecnologias](#tecnologias)\n\n[Instalação e uso](#instalação-e-uso)\n\n[Licença](#licença)\n\n\u003cbr\u003e\n\n## Sobre o Proffy\n\nO Proffy é uma plataforma feita para conectar alunos e professores, desenvolvida durante a Next Level Week #2 da [Rocketseat](https://rocketseat.com.br/).\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/mockup.png\" alt=\"Página inicial\"\u003e\n\u003c/p\u003e\n\n## Tecnologias\n\nAs seguintes tecnologias foram utilizadas no desenvolvimento do projeto:\n\n- [TypeScript](https://www.typescriptlang.org/)\n- [React](https://reactjs.org/)\n- [React Native](https://reactnative.dev/)\n- [Expo](https://expo.io/)\n- [Node](https://nodejs.org/en/)\n- [Express](https://expressjs.com/)\n- [SQLite3](https://www.sqlite.org/index.html)\n- [Knex](http://knexjs.org/)\n\n\u003cbr\u003e\n\n## Instalação e uso\n\n### API (Back-end)\n\n```bash\n# Abra um terminal e copie este repositório com o comando\n$ git clone https://github.com/martins-rafael/proffy.git\n# ou use a opção de download.\n\n# Entre na pasta server \n$ cd proffy/server\n\n# Instale as dependências\n$ yarn install\n\n# Rode o servidor\n$ yarn start\n```\n\n\u003cbr\u003e\n\n### Web (Front-end)\n\n```bash\n# Entre na pasta web com \n$ cd proffy/web\n\n# Instale as dependências\n$ yarn install\n\n# Rode o aplicação\n$ yarn start\n```\n\n\u003cbr\u003e\n\n### Mobile (App)\n\n```bash\n# Entre na pasta mobile com \n$ cd proffy/mobile\n\n# Instale as dependências\n$ yarn install\n\n# Rode o app\n$ yarn start\n\n# Escaneie o QR Code exibido na janela do navegador.\n```\n\n\u003cbr\u003e\n\n## Licença\n\u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n    \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-04D361?style=flat-square\"\u003e\n\u003c/a\u003e\n\n\u003cbr\u003e\n\nEsse projeto está sob a licença MIT. Veja o arquivo [LICENSE](/LICENSE) para mais detalhes.\n\n---\n\nFeito com :purple_heart: by [Rafael Martins](https://github.com/martins-rafael)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartins-rafael%2Fproffy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartins-rafael%2Fproffy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartins-rafael%2Fproffy/lists"}