Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 550 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 550 Bytes

Prostate Ninja

About the project

A web-application to find clinical trials around you based on your age, sex and clinical conditions. This project was made for MakeHarvard 2021.

Steps to start the application

  • Clone the repository (git clone https://github.com/avinashupadhya99/Prostate-Ninja.git)
  • cd Prostate-Ninja

Using python virtual environment

  • python -m venv venv
  • On Windows: venv\Scripts\activate and On Mac/Linux source venv/bin/activate
  • pip install flask
  • flask run