This is a proxy server using FastAPI to process GWAS catalog data. This data is then used by the IMPC website
- Clone the repository
- Create a virtual environment and activate it
python3 -m venv .venv
source .venv/bin/activate
- Install the requirements via pip
pip install -r requirements.txt
- Run the server
uvicorn main:app --reload