Shaun-Regenbaum / tf_db

This is the repository containing the work for a publicly available transcription factor database backend, and potentially the UI to access it.
MIT License
0 stars 0 forks source link

Run the File:

locally:

uvicorn main:app --reload

on railway:

uvicorn main:app --host 0.0.0.0 --port $PORT

install requirements:

pip install -r requirements.txt -U

Use pip3 if your environment is setup that way.

The API is available on railway.

The temporariry front-end is available at 402.