/Prostate-Ninja

Project for MakeHarvard 2021. Ann application to get clinical studies around you based on your preferences.

Primary LanguageHTML

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