Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

Repository files navigation

****

Java Back-end 💻

TechnologiesGetting StartedSwagger 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.

💻 Technologies

  • JDK 19
  • Maven
  • Docker

🚀 Getting started

Here you describe how to run your project locally

Prerequisites

First you need to install 3 tools

Cloning

How to clone your project

  1. Step one
git clone git@github.com:rcrossa/TravelInformation.git
  1. Step two: Go to project folder and open the terminal. Run the following command
- cd project-name
- mvn compile
- mvn package

if you used window

- docker-compose up -d

if you used mac

- docker compose up -d

After that you can start the spring boot project

bash
- mvn spring-boot:run

Swagger

You can found the swagger information in the path: /swagger-ui/index.html#/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages