Skip to content

keza/flight-ticket-api

Repository files navigation

flight-ticket-api

Havayolları biletleme sistemi için restful api

Requirements

For building and running the application you need:

Running the application locally

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:

Clone


git clone https://github.com/keza/flight-ticket-api.git

Run


cd flight-ticket-api
mvn spring-boot:run

Create Docker Image

docker build -t finartz.com/java/ticket-api:latest .

docker run --rm -p 8080:8080 finartz.com/java/ticket-api

Swagger URL

http://localhost:8080/swagger-ui.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages