Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 710 Bytes

File metadata and controls

15 lines (10 loc) · 710 Bytes

VideoGameDB

An Awesome Video Game Database application with API endpoints that support JSON and XML

This application was developed to support my Udemy courses:

Usage

To run the application from the command line, you have two options:

  • Gradle - ./gradlew bootRun
  • Maven - mvn spring-boot:run

When the application is running, open a browser and go to http://localhost:8080/swagger-ui/index.html#/ to explore the API endpoints