We use uv to manage dependencies and the project environment.
Clone the GitHub repository:
git clone [email protected]:MDverse/mdde2.git
cd mdde2
Sync dependencies:
uv sync
To launch the web page, run the following command:
uv run uvicorn main:app --reload
The web page should be available at the following URL:
If not just click on the URL provided by the terminal.