Skip to content

Latest commit

 

History

History

api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)