We use uv to manage dependencies and the project environment.
Clone the GitHub repository:
git clone https://github.com/MDverse/mdde2.git
cd mdde2
Sync dependencies:
uv sync
wget ...
wget ...
wget ...
To launch the FastAPI web app, run:
uv run fastapi dev main.py
The app should be available at the following URL:
To access the datasets-information search page, add /search
to the URL:
uv run uvicorn main:app --reload