Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 481 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 481 Bytes

JWD Final Project API

This repository cointains the JWD Final Project API sources so students can integrate their solutions and consume the API.

  1. Download the sources and unzip the files.
  2. Install on your system Maven
  3. Excecute the following command:
  mvn spring-boot:run
  1. To understand easier how to use the API use the following Postman Collection