****
Technologies • Getting Started • Swagger information •
This project was carried out as a practice exercise. The exercise prompt requests a RESTful web service that stores information about paths and stations for travel optimization.
- JDK 19
- Maven
- Docker
Here you describe how to run your project locally
First you need to install 3 tools
How to clone your project
- Step one
git clone git@github.com:rcrossa/TravelInformation.git- Step two: Go to project folder and open the terminal. Run the following command
- cd project-name
- mvn compile
- mvn packageif you used window
- docker-compose up -dif you used mac
- docker compose up -dAfter that you can start the spring boot project
bash
- mvn spring-boot:run
You can found the swagger information in the path: /swagger-ui/index.html#/