{"id":28271829,"url":"https://github.com/pedrochamberlain/proffy","last_synced_at":"2026-05-08T13:18:28.475Z","repository":{"id":38859828,"uuid":"284792796","full_name":"pedrochamberlain/proffy","owner":"pedrochamberlain","description":"A single page application for Rocketseat's Next Level Week #2","archived":false,"fork":false,"pushed_at":"2023-01-26T22:31:09.000Z","size":45932,"stargazers_count":1,"open_issues_count":42,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T11:47:41.242Z","etag":null,"topics":["react","react-native","spa","tutorial","typescript"],"latest_commit_sha":null,"homepage":"https://nextlevelweek.com/","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/pedrochamberlain.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:49:04.000Z","updated_at":"2021-02-12T20:37:06.000Z","dependencies_parsed_at":"2023-02-15T02:16:26.047Z","dependency_job_id":null,"html_url":"https://github.com/pedrochamberlain/proffy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pedrochamberlain/proffy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrochamberlain%2Fproffy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrochamberlain%2Fproffy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrochamberlain%2Fproffy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrochamberlain%2Fproffy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedrochamberlain","download_url":"https://codeload.github.com/pedrochamberlain/proffy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrochamberlain%2Fproffy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32781992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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":["react","react-native","spa","tutorial","typescript"],"created_at":"2025-05-20T18:22:43.944Z","updated_at":"2026-05-08T13:18:28.470Z","avatar_url":"https://github.com/pedrochamberlain.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    Proffy\n\u003c/h1\u003e\n\n\n\n\u003cp align=\"center\"\u003e\t\n    \u003cimg src=\"https://raw.githubusercontent.com/pedrochamberlain/proffy/f3748f7b35b10f348b633e680a4ff8d43f6f8a2e/web/src/assets/images/landing.svg\" alt=\"Proffy\" width=\"500\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Online teaching platform made with \u003cstrong\u003eTypescript\u003c/strong\u003e, \u003cstrong\u003eReact\u003c/strong\u003e, \u003cstrong\u003eReact Native\u003c/strong\u003e, \u003cstrong\u003eExpo\u003c/strong\u003e and \u003cstrong\u003eExpress\u003c/strong\u003e during Rocketseat's Next Level Week #2\n\u003c/p\u003e\n\n\u003ch2\u003e\n  :computer: Running the Web Application\n\u003c/h2\u003e\n\n\u003ch3\u003e\n  Requirements\n\u003c/h3\u003e\n\n- Node\n\n```zsh\n# Download nvm (Node Version Manager)\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash\n\n# This loads nvm\nexport NVM_DIR=\"$([ -z \"${XDG_CONFIG_HOME-}\" ] \u0026\u0026 printf %s \"${HOME}/.nvm\" || printf %s \"${XDG_CONFIG_HOME}/nvm\")\"\n[ -s \"$NVM_DIR/nvm.sh\" ] \u0026\u0026 \\. \"$NVM_DIR/nvm.sh\"\n\n# Install Node\nnvm install node\n```\n\n- Yarn\n\n```zsh\nbrew install yarn\nexport PATH=\"$PATH:`yarn global bin`\"\n```\n\n\u003ch3\u003e\n  Setup\n\u003c/h3\u003e\n\n```zsh\n# Clone the Repository\ngit clone git@github.com:pedrochamberlain/proffy.git\n\n# Access the web folder\ncd proffy/web\n\n# Install the Dependencies\nyarn install\n\n# Start up the front-end\nyarn start\n\n# Access the server folder\ncd ../server\n\n# OPTIONAL: Start up a new database\nrm src/database/database.sqlite\nyarn knex:migrate\n\n# Install the Dependencies\nyarn install\n\n# Start up the server, it'll be hosted on port 30\nyarn start\n```\n\n\u003ch2\u003e \n  :iphone: Running the Phone Application (Without Emulator)\n\u003c/h2\u003e\n\n\u003ch3\u003e\n  Requirements\n\u003c/h3\u003e\n\n- Install Repo on your machine\n\n```zsh\nyarn global add expo-cli\n```\n\n- Download the Expo app on your device\n  - \u003ca href=\"https://apps.apple.com/br/app/expo-client/id982107779\"\u003eiPhone\u003c/a\u003e\n  - \u003ca href=\"https://play.google.com/store/apps/details?id=host.exp.exponent\u0026hl=en\"\u003eAndroid\u003c/a\u003e\n\n\u003ch3\u003e\n  Setup\n\u003c/h3\u003e\n\n```zsh\n# Clone the Repository\ngit clone git@github.com:pedrochamberlain/proffy.git\n\n# Access the web folder\ncd proffy/mobile\n\n# Install the Dependencies\nyarn install\n\n# Start up the app\nyarn start\n\n# Access your Expo app on your device and connect with the QR Code\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrochamberlain%2Fproffy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedrochamberlain%2Fproffy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrochamberlain%2Fproffy/lists"}