Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/avinashupadhya99/prostate-ninja
- Owner: avinashupadhya99
- Created: 2021-02-13T19:03:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T16:54:10.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T08:47:44.782Z (10 days ago)
- Language: HTML
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`