{"id":20355750,"url":"https://github.com/jardelgcunha/proffy-web-mobile","last_synced_at":"2025-03-04T17:30:53.326Z","repository":{"id":38858612,"uuid":"284888158","full_name":"jardelgcunha/proffy-web-mobile","owner":"jardelgcunha","description":"Project Proffy: Next Level Week (NLW) for Rockseat 🚀","archived":false,"fork":false,"pushed_at":"2023-01-26T22:35:52.000Z","size":3533,"stargazers_count":2,"open_issues_count":45,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T01:07:35.867Z","etag":null,"topics":["api","css","html","nodejs","react-native","reactjs","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/jardelgcunha.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-04T05:43:36.000Z","updated_at":"2020-09-20T19:01:37.000Z","dependencies_parsed_at":"2023-02-15T02:17:50.366Z","dependency_job_id":null,"html_url":"https://github.com/jardelgcunha/proffy-web-mobile","commit_stats":null,"previous_names":["jardelgcunha/proffy-web-mobile"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jardelgcunha%2Fproffy-web-mobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jardelgcunha%2Fproffy-web-mobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jardelgcunha%2Fproffy-web-mobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jardelgcunha%2Fproffy-web-mobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jardelgcunha","download_url":"https://codeload.github.com/jardelgcunha/proffy-web-mobile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241889487,"owners_count":20037517,"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":["api","css","html","nodejs","react-native","reactjs","typescript"],"created_at":"2024-11-14T23:13:56.539Z","updated_at":"2025-03-04T17:30:53.304Z","avatar_url":"https://github.com/jardelgcunha.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Proffy (Web and Mobile)\n\n\u003ch1 align=\"center\"\u003e\n    \u003cimg alt=\"NextLevelWeek\" title=\"#NextLevelWeek\" src=\".github/logo.svg\" width=\"250px\" /\u003e\n\u003c/h1\u003e\n\n\u003e :computer: Made to connect teachers to students, made in Next Level Week #2 [Rocketseat](https://rocketseat.com.br/)\n\n## 🚀 Stacks\n\nThis project was developed with the following technologies:\n\n- [Node.js](https://nodejs.org/en/)\n- [React](https://reactjs.org)\n- [React Native](https://reactnative.dev/)\n- [TypeScript](https://www.typescriptlang.org/docs)\n- [Knex.js](http://knexjs.org/)\n- [Express.js](https://expressjs.com/pt-br/guide/routing.html)\n- [Expo](https://expo.io/)\n- [SQLite](https://www.sqlite.org/docs.html)\n\nTools \u0026 Utilities included:\n\n- [Insomnia Core (API)](https://support.insomnia.rest/)\n- [JSX](https://jsx.github.io/doc.html)\n- [Prettier](https://prettier.io/docs/en/index.html)\n- [ESLint](https://eslint.org/docs/user-guide/getting-started)\n- [Expo Google Fonts](https://github.com/expo/google-fonts)\n\n## :up: App Features\n\n- Each teacher creates a class and makes his availability available;\n- Favorite classes (only mobile);\n- List classes for subject, day of week and time;\n- Create a new connection every time the student contacts the teacher via Whatsapp;\n- List all connections on the landing page.\n\n# :construction_worker: How to run?\n\n```bash\ngit clone https://github.com/JardelDeveloper/proffy-nlw-rocketseat.git\n```\n\n# :incoming_envelope: Run API (Backend)\n\n```bash\n# Access the directory\n$ cd proffy-nlw-rocketseat/server\n# Install Dependencies\n$ yarn install\n# Run Apṕlication\n$ yarn start\n```\n\nOnce [Insomnia](https://insomnia.rest/download/core/?\u0026ref=https%3A%2F%2Fwww.google.com%2F) is installed, you can make the API requests using the get and post method, and see the results instantly.\n\nGo to http://localhost:3333/ to see the API application's response.\n\n# :computer: Run Web App (Frontend)\n\n```bash\n# Access the directory\n$ cd proffy-nlw-rocketseat/web\n# Install Dependencies\n$ yarn install\n# Run Aplication\n$ yarn start\n```\n\nGo to http://localhost:3000/ to see the web application's response.\n\n# :iphone: Run Mobile App\n\n```bash\n# Install expo-cli globally\n$ yarn global add expo-cli\n# Create the mobile project\n$ expo init mobile\n# Access the directory\n$ cd mobile\n# Run application\n$ expo start\n```\n\nAfter accessing the QR Code, you will see the answer on your cell phone or it will run in the emulator.\n\n# 🤔 How to contribute?\n\n```bash\n# Make a Fork this repository;\n# Create a branch with your feature:\ngit checkout -b my-feature;\n# Make commit to your changes:\ngit commit -m \"feat: my new feature\";\n# Make a push to your branch:\ngit push origin my-feature;\n```\n\nAfter the merge of your pull request is done, you can delete a branch of yours.\n\n# :wrench: Issues\n\nFeel free to **file a new issue** with a respective title and description on the [Proffy](https://github.com/JardelDeveloper/proffy-nlw-rocketseat/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**.\n\n# :memo: License\n\nReleased in 2020 :closed_book:\n\nThis project is under the MIT license. See the [LICENSE](https://github.com/JardelDeveloper/proffy-web-mobile/blob/master/LICENSE) for more details.\n\nMade with :green_heart: by Jardel Cunha.\n\nGive :star: if this project helped you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjardelgcunha%2Fproffy-web-mobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjardelgcunha%2Fproffy-web-mobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjardelgcunha%2Fproffy-web-mobile/lists"}