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!
To clone and run this application, you'll need Git, [Node.js][nodejs] + [Yarn][yarn] installed on your computer.
From your command line:
Install API
# 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
# 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
This software uses these packages:
To access the layout use AdobeXD.
- 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.
Vinnicius Gomes | Felipe Novais |
Front End | Back End |
This project is under the MIT license. See the LICENSE for details.