https://github.com/bozzelliandrea/stats-v2-be
https://github.com/bozzelliandrea/stats-v2-be
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bozzelliandrea/stats-v2-be
- Owner: bozzelliandrea
- Created: 2021-01-16T20:15:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-18T09:48:54.000Z (almost 5 years ago)
- Last Synced: 2024-12-28T06:27:54.181Z (10 months ago)
- Language: Java
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STATS-V2-BE
RUN APP:
Execute spring boot application in stats package -> StatsV2Application.java
OR
Via command line using maven.
- mvn clean install
- mvn spring-boot:run
API LIST:
pre-load db data:
baseUrl: localhost:8080 | deployUrl
http://baseUrl/api/db/load/constructors
http://baseUrl/api/db/load/drivers
http://baseUrl/api/db/load/races
fetch data:
GET -> http://baseUrl/api/drivers
GET -> http://baseUrl/api/drivers/:id
GET -> http://baseUrl/api/races
GET -> http://baseUrl/api/races/:id
GET -> http://baseUrl/api/constructors
GET -> http://baseUrl/api/constructors/:id