This is a Maven project. The solution is a REST API implemented with TDD using Java & Spring.
Make sure you have:
- Open terminal and clone the repo:
git clone https://github.com/2022-DEV1-038/Tennis.git
- Make sure you are in project root:
cd Tennis/api
- Build and generate jar:
mvn clean package
- Run the app:
java -jar target/Tennis-fat.jar
To test the api use the following:
Open the browser and go to Open API (api documentation)