Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 392 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 392 Bytes

HP_WebApp


Steps to run:

  1. Run npm install
  2. Run npm run start
  3. Create virtual environment: Run python -m venv Venv (Makes virtual environment with name Venv)
  4. Activate Virtual environment: Run source Venv/Scripts/activate
  5. Run pip install -r requirements.txt
  6. Run node srv/server.js
  7. Use your IDE to launch public/index.html
  8. Enjoy looking at prostates :)