Skip to content

eceo-epfl/deepreefmap-bff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deepreefmap-bff

The backend-for-frontend for DeepReefMap

Getting started

The app requires the following environment variables:

KEYCLOAK_REALM
KEYCLOAK_URL

KEYCLOAK_CLIENT_ID   # The UI client ID

KEYCLOAK_BFF_ID      # The BFF client ID
KEYCLOAK_BFF_SECRET  # The BFF client's secret

To start the app run:

KEYCLOAK_CLIENT_ID=test \
    KEYCLOAK_BFF_ID=test \
    KEYCLOAK_BFF_SECRET=test \
    KEYCLOAK_REALM=realmtest \
    KEYCLOAK_URL=https://test.com \
    poetry run uvicorn app.main:app --reload

There will be a route available at"

http://127.0.0.1:8000/config/keycloak

About

The backend-for-frontend for DeepReefMap

Resources

Stars

Watchers

Forks

Packages