Skip to content

dpavam/proxy_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GWAS catalog proxy server

Introduction

This is a proxy server using FastAPI to process GWAS catalog data. This data is then used by the IMPC website

Installation

  1. Clone the repository
  2. Create a virtual environment and activate it
python3 -m venv .venv
source .venv/bin/activate
  1. Install the requirements via pip
pip install -r requirements.txt
  1. Run the server
uvicorn main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages