An open API service indexing awesome lists of open source software.

https://github.com/boweihan/stattracker-api-server

Java Spring Boot API Server
https://github.com/boweihan/stattracker-api-server

Last synced: 2 months ago
JSON representation

Java Spring Boot API Server

Awesome Lists containing this project

README

        

# StatTracker

./mvnw flyway:migrate -Dflyway.url=jdbc:postgresql://localhost:5432/stattrackerdb -Dflyway.user=postgres -Dflyway.password=1abcdefg
./mvnw spring-boot:run

# Generating a token
https://oidcdebugger.com/
url: https://dev-921890.okta.com/oauth2/default/v1/authorize
redirectURI: https://oidcdebugger.com/debug
scope: openid

curl -v -H "Authorization: Bearer ${TOKEN}" http://localhost:8080/teachers