Skip to content

ro6ley/java-spring-boot-cars-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published