Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 819 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 819 Bytes

Tennis Game - API

This is a Maven project. The solution is a REST API implemented with TDD using Java & Spring.

Get Started

Prerequisites

Make sure you have:

Run it locally (api only)

  1. Open terminal and clone the repo:
git clone https://github.com/2022-DEV1-038/Tennis.git
  1. Make sure you are in project root:
cd Tennis/api
  1. Build and generate jar:
mvn clean package
  1. Run the app:
java -jar target/Tennis-fat.jar

API Testing

To test the api use the following:

Swagger

Open the browser and go to Open API (api documentation)