Skip to content

MDverse/mdde2

Repository files navigation

MDverse data explorer 2

Setup environment

We use uv to manage dependencies and the project software environment.

Clone the GitHub repository:

git clone https://github.com/MDverse/mdde2.git
cd mdde2

Sync dependencies:

uv sync

Get data and models

cp xxx/database.db ./database.db
cp xxx/db_schema.py app/db_schema.py

Launch web app

Developpment mode

Run the FastAPI web app in dev mode:

uv run fastapi dev app/main.py

The app should be available at the following URL:

http://127.0.0.1:8000/

Production mode

uv run uvicorn app.main:app --reload

About

MDverse data explorer 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •