Skip to content

databio/bedhost

Folders and files

NameName
Last commit message
Last commit date
May 2, 2024
Apr 4, 2024
Jan 3, 2025
Nov 6, 2024
Jun 6, 2024
Jun 5, 2024
Jan 3, 2025
Nov 6, 2024
Jan 22, 2025
May 24, 2024
Apr 30, 2021
Oct 9, 2024
Oct 30, 2019
Jan 16, 2020
Oct 14, 2024
Oct 9, 2024
Dec 2, 2024
Nov 9, 2023
Mar 13, 2024

Repository files navigation

bedhost

Code style: black Github badge

bedhost is a Python FastAPI module for the API that powers BEDbase. It needs a path to the bedbase configuration file, which can be provided either via -c/--config argument or read from $BEDBASE_CONFIG environment variable.


Links of interest

Developer quick-start

source environment/production.env
BEDBASE_CONFIG=deployment/config/api.bedbase.org.yaml uvicorn bedhost.main:app --reload

UI development:

export VITE_API_HOST=http://localhost:8000