Skip to content

uwrit/kpmp_user_portal

Repository files navigation

kpmp-user-portal

Centralized User Portal API for the KPMP app suite

Development Environment

Config

git clone https://github.com/uwrit/kpmp_user_portal.git
cd kpmp_user_portal
touch config.json
touch .docker.env

config.json

{
    "MONGO_URI": "mongodb://root:{MONGO_ROOT_PASSWORD}@localhost:27017/kpmp?authSource=admin",
    "SECRET_KEY": "create_entropy_to_use_here",
    "ENV": "development",
    "UWGS_KEY": "~/path/to/your.key",
    "UWGS_CERT": "~/path/to/your.cert",
    "UWGS_URL": "groups_version_api_url"
}

Mongo Variables

.docker.env

MONGO_ROOT_USERNAME=root
MONGO_ROOT_PASSWORD={MONGO_ROOT_PASSWORD}

then

docker-compose up

About

Centralized User Portal API for the KPMP app suite

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages