/QuarantineFacility

A quarantine facility administration system created as part of the I4 challenges by Dean of R&D IITD

Primary LanguageJavaScriptApache License 2.0Apache-2.0

QuarantineFacility Version License

Steps to setup and run

  1. create virtual environment in python3
  2. clone the repo and cd into src folder and execute following
  3.    pip install -r requirements.txt
       python manage.py runserver
       cd reactify-ui
       npm install 
       npm run collect
  4. use npm run collect after any change to react files to reflect those changes to over to django