cr-connect-workflow/crc/api
Aaron Louie e1e866a2b3 Gets docker-compose working.
You'll need to add a .env file to the same directory as the docker-compose.yml file that sets the values for DB_USER and DB_PASS.
2020-02-04 21:42:09 -05:00
..
__init__.py Adding file management. Files are stored in the database along with basic meta data. 2019-12-27 13:50:03 -05:00
common.py Adding file management. Files are stored in the database along with basic meta data. 2019-12-27 13:50:03 -05:00
file.py Gets docker-compose working. 2020-02-04 21:42:09 -05:00
rest_exception.py Cleaning up the tests and making it easier to test workflows without adding them to the example data structure. 2020-02-04 16:49:28 -05:00
study.py When you create a study, all possible workflows are then associated with that study. 2020-01-30 09:11:17 -05:00
workflow.py Followup on Postgres - had some failing tests that needed cleaning up now that we are using a real database. 2020-02-04 15:44:06 -05:00