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

https://github.com/bozzelliandrea/stats-v2-be


https://github.com/bozzelliandrea/stats-v2-be

Last synced: 8 months ago
JSON representation

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