This repository contains the code for this blogpost on StackAbuse.
Kindly ensure you have the following installed on your machine:
- Clone the repository
$ git clone https://github.com/ro6ley/java-spring-boot-cars-api.git
- Check into the cloned repository
$ cd java-spring-boot-cars-api
- Install the dependencies and package the application
$ mvn package
- Run the API
mvn spring-boot:run
- View the documentation at:
http://localhost:8080/swagger-ui.html
Please feel free to raise issues using this template and I'll get back to you.
You can also fork the repository, make changes and submit a Pull Request using this template.