Skip to content

mkdevprogects/system

Repository files navigation

README

{Build Status}[https://travis-ci.org/mkdevprogects/patients]

Application: the main application that manages complex business logic. Functionality: processing of patients' appointments, search of doctors and clinics for symptoms and remoteness.

Running:

  • Clone app: git clone git@github.com:mkdevprogects/base.git
  • cd base/
  • Set the environment variables:
  PGUSER  
  PGPASSWORD  
  ENVPOSTGRES_DB  
  VOLUMES  
  ENVPGDATA  
  DB_HOST  
  DB_PG_PORT  
  DB_REDIS_HOST  
  DB_REDIS_PORT  
  HUTCH_MQ_HOST  
  HUTCH_MQ_API_HOST

Example environment variables:

PGUSER=postgres
PGPASSWORD=12345
ENVPOSTGRES_DB=mkdev_dev
VOLUMES=/Users/user_name/pg_data
ENVPGDATA=/Users/user_name/pg_data
DB_HOST=postgres
DB_PG_PORT=5432
DB_REDIS_HOST=redis
DB_REDIS_PORT=6379
HUTCH_MQ_HOST=rabbitmq
HUTCH_MQ_API_HOST=rabbitmq

About

The main application that manages complex business logic of the "Medicine" project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published