Skip to content

Project divided in 3 parts, REST API, WEB and MOBILE. A scheduling app for Doctors and patients πŸ‘¨β€βš•οΈπŸ•

Notifications You must be signed in to change notification settings

danielmesquitta/doctortime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

54 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

Project divided in 3 parts, REST API, WEB and MOBILE. A scheduling app for Doctors and patients πŸ‘¨β€βš•οΈπŸ•

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages