Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 247 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 247 Bytes

COVIDx-server

backend for COVIDx

  • to install dependencies, run conda install --yes --file requirements.txt
  • run tests by running python tests.py
  • run development server by running export FLASK_ENV="development" & flask run