Skip to content

NethumL/roster-scheduler-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service for Constraint Based Roster Scheduler

Service to generate schedule for Constraint Based Roster Scheduler

Running

  • Get the required Python packages
$ pip install -r requirements.txt
$ gunicorn app:app

Environment variables

SECRET

  • Shared secret between this service and the roster scheduler webapp
  • Needs to be a sufficiently long random string, eg: DSAVDF+BTMgoBszC9zUJwHx1/s4Gc2ebz9oG1VjrBB8=
  • Can use the OpenSSL command line tool to generate one
$ openssl rand -base64 32
DSAVDF+BTMgoBszC9zUJwHx1/s4Gc2ebz9oG1VjrBB8=

RESPONSE_ENDPOINT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •