Skip to content

StarChart-Labs/tempest

Repository files navigation

Tempest

GitHub Actions Black Duck Security Risk

Tempest is a web application for brainstorming new ideas with a group - allowing proposal, editing, acceptance, and rejection of aspects of any proposal

Running

To run currently, add an "overrides.yml" to main.webapp/src/main/resources, with the following form:

security:
    oauth2:
        client:
            clientId: <Google Client ID>
            clientSecret: <Google Client Secret>

The client ID/secret can be generated as per the first steps of these instructions