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
- Host: GitHub
- URL: https://github.com/boweihan/stattracker-api-server
- Owner: boweihan
- Created: 2019-05-23T22:02:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T20:30:22.000Z (about 6 years ago)
- Last Synced: 2025-01-31T09:45:38.900Z (4 months ago)
- Language: Java
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: openidcurl -v -H "Authorization: Bearer ${TOKEN}" http://localhost:8080/teachers