https://github.com/vinniciusgomes/idoctor
👨🏻⚕️ A system that organizes and streamlines your clinic, has more practicality in your day to day with the software for clinics easier to use.
https://github.com/vinniciusgomes/idoctor
airbnb-eslint ant-design editorconfig eslint lottie prettier reactjs styled-components typescript
Last synced: 7 months ago
JSON representation
👨🏻⚕️ A system that organizes and streamlines your clinic, has more practicality in your day to day with the software for clinics easier to use.
- Host: GitHub
- URL: https://github.com/vinniciusgomes/idoctor
- Owner: vinniciusgomes
- License: mit
- Created: 2020-08-19T23:45:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T15:04:05.000Z (over 3 years ago)
- Last Synced: 2025-03-01T16:47:31.285Z (8 months ago)
- Topics: airbnb-eslint, ant-design, editorconfig, eslint, lottie, prettier, reactjs, styled-components, typescript
- Language: TypeScript
- Homepage: https://idoctor.vinniciusgomes.dev/
- Size: 5.77 MB
- Stars: 44
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
A 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!

## :information_source: How To Use
To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js][nodejs] + [Yarn][yarn] installed on your computer.
From your command line:
### Install [API](https://github.com/vinniciusgomes/idoctor-api)
```bash
# Clone this repository
$ git clone https://github.com/vinniciusgomes/idoctor-api# Go into the repository
$ cd idoctor-api# Install dependencies
$ yarn install# Run Migrates
$ yarn typeorm migration:run# Start server
$ yarn dev# running on port 3333
```### Install FrontEnd
```bash
# Clone this repository
$ git clone https://github.com/vinniciusgomes/idoctor# Go into the repository
$ cd idoctor# Install dependencies
$ yarn install# Run
$ yarn start# running on port 3000
```Logins:
- Doctor: doctor@email.com - Password: 123456
- Secretary: secretary@email.com - Password: 123456
- Admin: manager@email.com - Password: 123456## :rocket: Technologies
This software uses these packages:
- [React](https://reactjs.org/)
- [TypeScript](http://typescriptlang.org/)
- [Node.js](https://nodejs.org/)
- [Styled Components](https://styled-components.com/)
- [AntDesign](https://ant.design/)
- [Date-fns](https://date-fns.org/)
- [Axios](https://github.com/axios/axios)
- [Lottie](https://airbnb.design/lottie/)## 🔖 Layout
To access the layout use [AdobeXD](https://xd.adobe.com/view/04daba29-d4ec-4c17-b03f-80bd5df2362c-5189/?fullscreen).

## 🤔 How to contribute
- Make a fork;
- Create a branck with your feature: `git checkout -b my-feature`;
- Commit changes: `git commit -m 'feat: My new feature'`;
- Make a push to your branch: `git push origin my-feature`.After merging your receipt request to done, you can delete a branch from yours.
## Team
[](https://github.com/vinniciusgomes) | [](https://github.com/felipens/)
---|---
[Vinnicius Gomes ](https://github.com/vinniciusgomes) |[Felipe Novais](https://github.com/felipens)
Front End | Back End## :memo: License
This project is under the MIT license. See the [LICENSE](https://github.com/vinniciusgomes/idoctor/blob/master/LICENSE) for details.
[](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fnext.js%2Ftree%2Fcanary%2Fexamples%2Fhello-world)