{"id":25428566,"url":"https://github.com/rodrigorvsn/mugiwara-no-query","last_synced_at":"2025-10-31T17:30:33.684Z","repository":{"id":57201458,"uuid":"524562210","full_name":"RodrigoRVSN/mugiwara-no-query","owner":"RodrigoRVSN","description":"🧪 POC Testing React Query features for the presentation at work","archived":false,"fork":false,"pushed_at":"2023-03-08T02:10:19.000Z","size":2694,"stargazers_count":3,"open_issues_count":11,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T07:57:14.432Z","etag":null,"topics":["chakra-ui","next-auth","nextjs","prisma","react-query"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RodrigoRVSN.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-14T03:20:22.000Z","updated_at":"2024-11-17T15:21:48.000Z","dependencies_parsed_at":"2023-02-19T14:00:46.445Z","dependency_job_id":null,"html_url":"https://github.com/RodrigoRVSN/mugiwara-no-query","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"RodrigoRVSN/next-boilerplate-bunny","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoRVSN%2Fmugiwara-no-query","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoRVSN%2Fmugiwara-no-query/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoRVSN%2Fmugiwara-no-query/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoRVSN%2Fmugiwara-no-query/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RodrigoRVSN","download_url":"https://codeload.github.com/RodrigoRVSN/mugiwara-no-query/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239221255,"owners_count":19602378,"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":["chakra-ui","next-auth","nextjs","prisma","react-query"],"created_at":"2025-02-17T01:39:10.644Z","updated_at":"2025-10-31T17:30:33.642Z","avatar_url":"https://github.com/RodrigoRVSN.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mugiwara no Query\n\n\u003c!--- https://shields.io ---\u003e\n\n![GitHub repo size](https://img.shields.io/github/repo-size/rodrigorvsn/mugiwara-no-query?style=for-the-badge)\n![GitHub language count](https://img.shields.io/github/languages/count/rodrigorvsn/mugiwara-no-query?style=for-the-badge)\n![GitHub forks](https://img.shields.io/github/forks/rodrigorvsn/mugiwara-no-query?style=for-the-badge)\n![Bitbucket open issues](https://img.shields.io/bitbucket/issues/rodrigorvsn/mugiwara-no-query?style=for-the-badge)\n![Bitbucket open pull requests](https://img.shields.io/bitbucket/pr-raw/rodrigorvsn/mugiwara-no-query?style=for-the-badge)\n\n___\n\u003c!--- #################### mudar badges #################### ---\u003e\n\n![image](https://user-images.githubusercontent.com/75763403/188975236-00c62efe-7274-4b85-ad33-99a4c63e4519.png)\n\n\u003c!--- #################### mudar imagem exemplo #################### ---\u003e\n___\n\u003e This is a POC with React Query to test the features of this tool.\n___\n## 💻 Prerequisites\n\n- Install LTS Node version.\n\u003c!--- #################### mudar pré-requisitos  ####################---\u003e\n___\n## 🛠 Tools used\n\n- Typescript\n- \u003cb\u003eNextjs\u003c/b\u003e\n- \u003cb\u003eReact Query\u003c/b\u003e\n- Chakra Ui\n- Next Auth\n- Prisma ORM\n\n\u003c!--- #################### mudar ferramentas #################### ---\u003e\n## 🧪 React Query features used:\n\n- Query\n- Mutations\n- Optimistic update\n- Devtools\n- Cache\n- Prefetch with SSR\n\n___\n## 🚀 Installing mugiwara-no-query\n\n1. To use, follow the steps:\n\n```bash\ngit clone https://github.com/rodrigorvsn/mugiwara-no-query.git\n```\n\n```bash\nyarn\n```\n\n2. Fill the `.env`, with the `.env.example`. Generate the Postgres database in the `docker-compose.yml` (optional), with:\n\n```bash\ndocker-compose up -d\n```\n\n3. Populate the database if necessary with:\n\n```bash\nyarn prisma db push\n```\n\n4. Run!\n\n```bash\nyarn dev\n```\n\n\n## 📫 Contribuiting with mugiwara-no-query\n\nTo contribue with mugiwara-no-query, follow the steps:\n\n1. Fork this repository.\n2. Create a branch: `git checkout -b \u003cname_branch\u003e`.\n3. Make the changes and confirm: `git commit -m '\u003cmessage_commit\u003e'`\n4. Send to original repository: `git push origin \u003cmain_branch\u003e / \u003clocal\u003e`\n5. Send the pull request.\n\nAlternatively, see the GitHub documentation at [how to create a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).\n___\n## 🤝 Contributors\n\nMade with ❤️ by:\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/rodrigorvsn\"\u003e\n        \u003cimg src=\"https://github.com/rodrigorvsn.png\" width=\"100px;\" alt=\"Foto do Rodrigo Victor no GitHub\"/\u003e\u003cbr\u003e\n        \u003csub\u003e\n          \u003cb\u003eRodrigo Victor\u003c/b\u003e\n        \u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigorvsn%2Fmugiwara-no-query","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodrigorvsn%2Fmugiwara-no-query","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigorvsn%2Fmugiwara-no-query/lists"}