Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Repository files navigation

ds-medical-care-web

The web part of DS-Medical-Care

Setting up your dev env

  1. Make sure you have Python 2.7.10 and Node.js installed.
  2. Clone the repo.
  3. Set up Python virtualenv:
  4. cd ds-medical-care-web (note dashes)
  5. pip install virtualenv
  6. virtualenv env
  7. Install npm packages (same directory as packages.json):
  8. cd ds_medical_care
  9. npm install
  10. Activate virtualenv
  11. cd ..
  12. env/Scripts/activate
  13. pip install -r requirements.txt
  14. Start Django server
  15. cd ds_medical_care
  16. python manage.py runserver
  17. Start Node server in a separate shell
  18. cd ds-medical-care-web/ds_medical_care
  19. node server.js
  20. Go to localhost:8000 in your browser.

About

The web part of DS-Medical-Care

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages