Skip to content

API - The Digital Health application is a tool to be used by doctors, speech therapists, psychologists and many others healthcare sectors. Throught it, they can manage theirs financial, accounting, tax, appointment schedule.

Notifications You must be signed in to change notification settings

guuipauuli/digital_health-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Health API

The Digital Health application is a tool to be used by doctors, speech therapists, psychologists and many others healthcare sectors. Throught it, they can manage theirs financial, accounting, tax, appointment schedule.

Requirements

Installation

You must provide a composer and run:

There's no need to configure anything before running the application. There are 2 different ways of running this application depending on your needs:

Every way you will need to clone the repository:

$ git clone https://github.com/{$repository}/digital_health-backend.git

Option 1. Running locally:

$ cd my_project/src/
$ composer install
$ php -S localhost:8000 -t public

Then access the application in your browser at the given URL (https://localhost:8000 by default).

Option 2. Running throught the docker:

On this way, you will need the docker installed

$ cd my_project/
$ docker compose up -d

About

API - The Digital Health application is a tool to be used by doctors, speech therapists, psychologists and many others healthcare sectors. Throught it, they can manage theirs financial, accounting, tax, appointment schedule.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published