ausome-maps / TherapEase

TherapEase is a platform that helps in identifying location of special education facilities and services in the Philippines
MIT License
5 stars 0 forks source link

TherapEase

TherapEase is a platform that helps in identifying location of special education facilities and services in the Philippines.

General Execution

The entire platform can be run using Docker using docker compose. Refer to the docker-compose.yml for the extensive list of services.

  1. Make entrypoints.sh executable.

    chmod +x api/app/entrypoint.sh
  2. Run docker compose up

    docker compose up
  3. The API service can be accessed through a browser with the following URL http://localhost:9001. You may refer to http://localhost:9001/docs/ for the list of available APIs.

  4. The UI or client service can be accessed through a browser with the following URL http://localhost:9002.

Requirements

Services

Utils

The utils directory contains a variety of scripts that are used to work with the application. Please be advised that these scripts maybe outdated or some of them have deprecated functionality.

Development

Development information can be found under the docs directory.

Pre-commit

TherapEase requires to install the following:

Refer to the individual dependencies on how to install and set them up. These dependencies will validate the files at the commit stage git commit -m.

Running Tests

TODO