{"id":15674978,"url":"https://github.com/eliasgcf/feedget","last_synced_at":"2025-07-04T09:36:39.359Z","repository":{"id":115019245,"uuid":"487354027","full_name":"EliasGcf/feedget","owner":"EliasGcf","description":"Full Application was developed on Next Level Week Return (#8) event by @Rocketseat","archived":false,"fork":false,"pushed_at":"2022-05-07T19:07:15.000Z","size":502,"stargazers_count":14,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T23:35:27.191Z","etag":null,"topics":["expo","nlw-08","nodejs","react-native","reactjs"],"latest_commit_sha":null,"homepage":"https://feedget-eliasgcf.vercel.app","language":"TypeScript","has_issues":false,"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/EliasGcf.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-30T18:35:32.000Z","updated_at":"2024-01-06T05:48:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"84122765-ec2f-4901-b2f0-25a117428202","html_url":"https://github.com/EliasGcf/feedget","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EliasGcf/feedget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliasGcf%2Ffeedget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliasGcf%2Ffeedget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliasGcf%2Ffeedget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliasGcf%2Ffeedget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EliasGcf","download_url":"https://codeload.github.com/EliasGcf/feedget/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliasGcf%2Ffeedget/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263484087,"owners_count":23473695,"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":["expo","nlw-08","nodejs","react-native","reactjs"],"created_at":"2024-10-03T15:54:04.542Z","updated_at":"2025-07-04T09:36:39.337Z","avatar_url":"https://github.com/EliasGcf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/license/EliasGcf/feedget?color=%238257E5\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#-layout\"\u003eLayout\u003c/a\u003e •\n  \u003ca href=\"#-technologies\"\u003eTechnologies\u003c/a\u003e •\n  \u003ca href=\"#-getting-started\"\u003eGetting started\u003c/a\u003e •\n  \u003ca href=\"#-license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Feedget Mockup\" src=\".github/mockup.png\" width=\"100%\"\u003e\n\u003c/p\u003e\n\n## 🔖 Layout\n\nYou can view the project layout through the link below:\n\n- [Feedback Widget - Figma](https://www.figma.com/community/file/1102912516166573468)\n\nRemembering that you need to have a [Figma](http://figma.com/) account to access it.\n\n## 🚀 Technologies\n\n- [ReactJS](https://reactjs.org/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [React Native](https://reactnative.dev/)\n- [Expo](https://expo.io/)\n- [Vitejs](https://vitejs.dev/)\n- [Express](https://expressjs.com/)\n- [Prisma](https://www.prisma.io/)\n\n## 💻 Getting started\n\n### Requirements\n\n- [Node.js](https://nodejs.org/en/)\n- [Yarn](https://classic.yarnpkg.com/) or [npm](https://www.npmjs.com/package/npm)\n- [Expo CLI](https://docs.expo.dev/workflow/expo-cli)\n\n**Clone the project and access the folder**\n\n```bash\ngit clone https://github.com/EliasGcf/feedget.git \u0026\u0026 cd feedget\n```\n\n**Follow the steps below**\n\n### Server\n\n```bash\n# From the project root folder access the 'server' folder\n$ cd server\n\n# Install the dependencies\n$ npm install\n\n# Make a copy of '.env.example' to '.env'\n# and set with YOUR environment variables.\n$ cp .env.example .env\n\n# With a PostgreSQL running, run the migrations\n$ npx prisma migrate dev\n\n# Start the server\n$ npm run dev\n```\n\n### Web\n\n**Make sure to have the server running**\n\n```bash\n# From the project root folder access the 'web' folder\n$ cd web\n\n# Install the dependencies\n$ npm install\n\n# Make a copy of '.env.local.example' to '.env.local'\n$ cp .env.local.example .env.local\n\n# Start the application\n$ npm run dev\n```\n\n### Mobile\n\n**Make sure to have the server running**\n\n```bash\n# From the project root folder access the 'mobile' folder\n$ cd mobile\n\n# Install the dependencies\n$ npm install\n\n# If you are going to emulate with android, run this command\n$ npm run android\n\n# If you are going to emulate with ios, run this command\n$ npm run ios\n\n# Or just start the bundle\n$ npm run start\n```\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with 💜 by \u003ca href=\"https://www.linkedin.com/in/eliasgcf/\"\u003eElias Gabriel\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliasgcf%2Ffeedget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feliasgcf%2Ffeedget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliasgcf%2Ffeedget/lists"}