Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vitech-team-sdlc/salo-api

Repository files navigation

Getting Started

Initial configuration

For local setup create new spring config file called src/main/resources/application-private.yaml.

spring:
  security:
    oauth2:
      resourceserver:
        opaquetoken:
          introspection-uri: https://api.github.com/user
          client-id: token
          client-secret: ghp_REPLACE_ME

GitHub app auth

If you are wanna use real setup based on GitHub app use next configs:

spring:
  security:
    oauth2:
      resourceserver:
        opaquetoken:
          introspection-uri: https://api.github.com/applications/Iv1.94657f4b86f3738d/token
          client-id: Iv1.94657f4b86f3738d
          client-secret: REPLACE_ME

or just init env variable GH_CLIENT_SECRET.

App Execution

If you're using IntelliJ IDEA, you should see preconfigured configuration: SaloApiApplication[DEV+PRIVATE]

Docs

Technical documentation could be found here

UI

Repository: https://github.com/vitech-team-sdlc/sdlc-ui Mockups: https://www.figma.com/file/BmnoCSSRYaPxCsqd1IJTCa/Salo-(SDLC)?node-id=0%3A1 Initial dev mockups: https://whimsical.com/sdlc-9iJvu6pNAXzUQBYYR61qAM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages