Skip to content

techexcellenceio/airline-tracking

Repository files navigation

example workflow

AIRLINE - TRACKING

To run the full CI pipeline use the command.

./gradlew ciPipeline

You can also run the project locally and perform requests against the API. You need docker on your machine Run the following to start the local database:

docker compose up

And then start the application:

./gradlew bootRun

You can then use any client to interact with the API, or open the SWAGGER UI in your browser http://localhost:8080/swagger-ui.html

The /notifications/move URI corresponds to Server Sent Events, used to publish a simple notification whenever an airplane moves.

Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages