Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 713 Bytes

File metadata and controls

17 lines (9 loc) · 713 Bytes

Airport Location GraphQL-Spring-boot Application

This Standalone Spring boot project demonstrates the crud operations on Airport Location services using GraphQL as API. The concept and tips on GraphQL API can be found on the official page: https://graphql.org/learn/ .

Build Status

1. In Memory H2 Database is used.

2. Running as a Packaged Application (Following ways)

Way-1 : java -jar target/graphql-0.0.1-SNAPSHOT.war

Way-2 : mvn spring-boot:run (using maven)

3. Once the application is started you can access http://localhost:8080/graphiql