/doctortime

Project divided in 3 parts, REST API, WEB and MOBILE. A scheduling app for Doctors and patients 👨‍⚕️🕝

Primary LanguageJava

This project is divided in 3 parts, REST API, WEB and MOBILE.

In the website doctors can sign up to offer their services, being able to see their schedules and manage them. In the mobile app, clients can schedule a consult with their favorite doctor. The rest api deals with all the data and logic, sending all requests and responses in real time with no need to reload any screen.




REST API

Technologies

WEB

Technologies

MOBILE

Technologies

GETTING STARTED

Requirements

Clone the project and access the folder

$ git clone https://github.com/danielmesquitta/doctortime && cd doctortime

Start backend

# Go to the correct folder
$ cd backend

# Install the dependencies
$ yarn

# Start
$ yarn start

Start web

# Go to the correct folder
$ cd frontend

# Install the dependencies
$ yarn

# Start
$ yarn start

Start mobile

# Go to the correct folder
$ cd mobile

# Install the dependencies
$ yarn

# Start
$ yarn android