Skip to content

cosmicds/cds-portal

Folders and files

NameName
Last commit message
Last commit date
Oct 3, 2024
Sep 26, 2024
Apr 16, 2025
Sep 26, 2024
Sep 26, 2024
Aug 30, 2024
Aug 30, 2024
Aug 30, 2024
Aug 30, 2024
Sep 26, 2024
Aug 30, 2024
Oct 3, 2024
Sep 17, 2024
Aug 30, 2024
Apr 14, 2025
Sep 26, 2024
Aug 30, 2024

Repository files navigation

Cosmic Data Stories Portal

The portal for the Cosmic Data Stories project acts as the front-end for educators and students to manager their class associations and available active data stories.

Usage

To run the project locally, clone the repository and install using

pip install cds-portal

Then, run the following command to start the server:

SOLARA_SESSION_SECRET_KEY="..." SOLARA_OAUTH_CLIENT_ID="..." SOLARA_OAUTH_CLIENT_SECRET="..."
SOLARA_OAUTH_API_BASE_URL="..." SOLARA_OAUTH_SCOPE="openid profile email" SOLARA_SESSION_HTTPS_ONLY=false
CDS_API_KEY="..." solara run cds_portal.pages --port=8865