{"id":16970582,"url":"https://github.com/vinniciusgomes/idoctor","last_synced_at":"2025-03-22T14:31:19.880Z","repository":{"id":119140362,"uuid":"288861215","full_name":"vinniciusgomes/idoctor","owner":"vinniciusgomes","description":"👨🏻‍⚕️ A system that organizes and streamlines your clinic, has more practicality in your day to day with the software for clinics easier to use. ","archived":false,"fork":false,"pushed_at":"2022-04-07T15:04:05.000Z","size":6046,"stargazers_count":44,"open_issues_count":0,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-01T16:47:31.285Z","etag":null,"topics":["airbnb-eslint","ant-design","editorconfig","eslint","lottie","prettier","reactjs","styled-components","typescript"],"latest_commit_sha":null,"homepage":"https://idoctor.vinniciusgomes.dev/","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/vinniciusgomes.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":"2020-08-19T23:45:15.000Z","updated_at":"2024-11-11T08:53:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"b99c69d2-72b7-4d5e-b089-704b6db1e66f","html_url":"https://github.com/vinniciusgomes/idoctor","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinniciusgomes%2Fidoctor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinniciusgomes%2Fidoctor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinniciusgomes%2Fidoctor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinniciusgomes%2Fidoctor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinniciusgomes","download_url":"https://codeload.github.com/vinniciusgomes/idoctor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244217911,"owners_count":20417677,"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":["airbnb-eslint","ant-design","editorconfig","eslint","lottie","prettier","reactjs","styled-components","typescript"],"created_at":"2024-10-14T00:28:43.355Z","updated_at":"2025-03-22T14:31:19.874Z","avatar_url":"https://github.com/vinniciusgomes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://idoctor.vercel.app\"\u003e\u003cimg src=\".github/logo.png\" alt=\"logo\" width=\"200\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/vinniciusgomes/idoctor\"\u003e\n\n  \u003cimg alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/vinniciusgomes/idoctor\"\u003e\n\n  \u003ca href=\"https://github.com/vinniciusgomes/idoctor/commits/master\"\u003e\n    \u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/vinniciusgomes/idoctor\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/vinniciusgomes/idoctor/issues\"\u003e\n    \u003cimg alt=\"Repository issues\" src=\"https://img.shields.io/github/issues/vinniciusgomes/idoctor.svg\"\u003e\n  \u003c/a\u003e\n\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-brightgreen\"\u003e\n  \n   \u003ca href=\"https://github.com/vinniciusgomes/idoctor/stargazers\"\u003e\n    \u003cimg alt=\"Stargazers\" src=\"https://img.shields.io/github/stars/vinniciusgomes/idoctor?style=social\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003ch4 align=\"center\"\u003eA system that organizes and streamlines your clinic, has more practicality in your day to day with the software for clinics easier to use. We want your clinic to succeed as much as you do!\u003c/h4\u003e\n\n![screenshot](.github/idoctor.png)\n\n\n## :information_source: How To Use\n\nTo clone and run this application, you'll need [Git](https://git-scm.com), [Node.js][nodejs] + [Yarn][yarn] installed on your computer.\n\nFrom your command line:\n\n### Install [API](https://github.com/vinniciusgomes/idoctor-api) \n\n```bash\n# Clone this repository\n$ git clone https://github.com/vinniciusgomes/idoctor-api\n\n# Go into the repository\n$ cd idoctor-api\n\n# Install dependencies\n$ yarn install\n\n# Run Migrates\n$ yarn typeorm migration:run\n\n# Start server\n$ yarn dev\n\n# running on port 3333\n```\n\n### Install FrontEnd\n\n```bash\n# Clone this repository\n$ git clone https://github.com/vinniciusgomes/idoctor\n\n# Go into the repository\n$ cd idoctor\n\n# Install dependencies\n$ yarn install\n\n# Run\n$ yarn start\n\n# running on port 3000\n```\n\n\u003cb\u003eLogins:\u003c/b\u003e\u003cbr\u003e\n- Doctor: doctor@email.com - Password: 123456\u003cbr\u003e\n- Secretary: secretary@email.com - Password: 123456\u003cbr\u003e\n- Admin: manager@email.com - Password: 123456\u003cbr\u003e\n\n## :rocket: Technologies\n\nThis software uses these packages:\n\n- [React](https://reactjs.org/)\n- [TypeScript](http://typescriptlang.org/)\n- [Node.js](https://nodejs.org/)\n- [Styled Components](https://styled-components.com/)\n- [AntDesign](https://ant.design/)\n- [Date-fns](https://date-fns.org/)\n- [Axios](https://github.com/axios/axios)\n- [Lottie](https://airbnb.design/lottie/)\n\n## 🔖 Layout\n\nTo access the layout use [AdobeXD](https://xd.adobe.com/view/04daba29-d4ec-4c17-b03f-80bd5df2362c-5189/?fullscreen).\n\n![screenshot](.github/home.png)\n\n\n## 🤔 How to contribute\n\n-  Make a fork;\n-  Create a branck with your feature: `git checkout -b my-feature`;\n-  Commit changes: `git commit -m 'feat: My new feature'`;\n-  Make a push to your branch: `git push origin my-feature`.\n\nAfter merging your receipt request to done, you can delete a branch from yours.\n\n\n## Team\n\n[![Vinnicius Gomes](https://avatars1.githubusercontent.com/u/28509313?v=3\u0026s=144)](https://github.com/vinniciusgomes)  | [![Quandl.com](https://avatars1.githubusercontent.com/u/15986485?v=3\u0026s=144)](https://github.com/felipens/)\n---|---\n[Vinnicius Gomes ](https://github.com/vinniciusgomes) |[Felipe Novais](https://github.com/felipens)\nFront End | Back End\n\n\n## :memo: License\n\nThis project is under the MIT license. See the [LICENSE](https://github.com/vinniciusgomes/idoctor/blob/master/LICENSE) for details.\n\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fnext.js%2Ftree%2Fcanary%2Fexamples%2Fhello-world)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinniciusgomes%2Fidoctor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinniciusgomes%2Fidoctor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinniciusgomes%2Fidoctor/lists"}