cal-miller-harvard / ImfitTre

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Krab! ImfitTre

Image analysis and display for the JILA KRb experiment as a replacement for ImfitDue.

Backend uses a Quart webserver and a MongoDB database. Frontend uses SvelteKit.

To use, a config.py file must be created in the root directory with the following format:

# config.py

class Config:
    QUART_MONGO_URI = "mongodb://localhost:27017/mydatabase"

About

License:MIT License


Languages

Language:Python 78.9%Language:Svelte 17.7%Language:JavaScript 2.5%Language:HTML 1.0%