Havayolları biletleme sistemi için restful api
For building and running the application you need:
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main
method in the com.finartz.flight.ticketapi.TicketApiApplication
class from your IDE.
Alternatively you can use the Spring Boot Maven plugin like so:
git clone https://github.com/keza/flight-ticket-api.git
cd flight-ticket-api
mvn spring-boot:run
docker build -t finartz.com/java/ticket-api:latest .
docker run --rm -p 8080:8080 finartz.com/java/ticket-api