Skip to content

monarch-initiative/monarch-app

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f567ae0 · Dec 6, 2023
Nov 30, 2023
Dec 6, 2023
Nov 2, 2023
Dec 6, 2023
Dec 6, 2023
Oct 22, 2023
May 4, 2023
Aug 29, 2023
Jul 5, 2022
Dec 6, 2023
Aug 30, 2023
Jul 5, 2023

Repository files navigation

Monarch App

documentation

⭐️⭐️ View the website ⭐️⭐️

This repository contains the source code for the Monarch Initiative website (a Vue webapp),
as well as monarch-py, a Python library for interacting with the Monarch Initiative knowledge graph,
which includes an optional FastAPI module that serves as the website's backend.

For developers

To get started with this repo:

git clone https://github.com/monarch-initiative/monarch-app
cd monarch-app

Then see Makefile or the individual /frontend and /backend folders for how you can install, develop, build, test, lint, or format the frontend or backend.