Skip to content

cosmicds/cds-portal

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

About

Portal website for Cosmic Data Stories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages