Initial commit

This commit is contained in:
Joel Collins 2018-11-06 11:35:07 +00:00
commit 2f4f57a59b
16 changed files with 1509 additions and 0 deletions

1
start_interface Normal file
View file

@ -0,0 +1 @@
gunicorn --threads 5 --workers 1 --bind 0.0.0.0:5000 openflexure_microscope.api.app:app