Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avinashupadhya99/prostate-ninja

Project for MakeHarvard 2021. Ann application to get clinical studies around you based on your preferences.
https://github.com/avinashupadhya99/prostate-ninja

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://www.makeharvard.io/).

### 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`