Clone the repo from Github and pull the project.
git clone https://github.com/hanahh080601/Generate-MRI-FastAPI
git checkout hanlhn/update_api
git pull
# Back-end
cd generate_mri_fastapi
poetry install
poetry config virtualenvs.in-project true
# Front-end
yarn install
# Back-end
cd generate_mri_fastapi
. .venv/bin/activate
cd generate_mri_fastapi
uvicorn main:app --reload --host 0.0.0.0 --port 8000
# Front-end
cd mri_ui
yarn start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Lê Hoàng Ngọc Hân - Đại học Bách Khoa - Đại học Đà Nẵng (DUT)