Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.26 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.26 KB

HitCount

A TDD Approach to Spring Boot APIs

This repository contains the code for this blogpost on StackAbuse.

Getting Started

Prerequisites

Kindly ensure you have the following installed on your machine:

Running the Application

  1. Clone the repository
$ git clone https://github.com/ro6ley/java-spring-boot-cars-api.git
  1. Check into the cloned repository
$ cd java-spring-boot-cars-api
  1. Install the dependencies and package the application
$ mvn package
  1. Run the API
mvn spring-boot:run
  1. View the documentation at:
http://localhost:8080/swagger-ui.html

Contribution

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.