An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          




logo



GitHub language count

Repository size


GitHub last commit


Repository issues

License


Stargazers

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!

![screenshot](.github/idoctor.png)

## :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).

![screenshot](.github/home.png)

## 🤔 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

[![Vinnicius Gomes](https://avatars1.githubusercontent.com/u/28509313?v=3&s=144)](https://github.com/vinniciusgomes) | [![Quandl.com](https://avatars1.githubusercontent.com/u/15986485?v=3&s=144)](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.

[![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)