NodeTours app 3.1 implements REST and GraphQL APIs.
REST API descriptors are located here.
To learn how to use Nodetours GraphQL endpoint, use GraphiQL playground at http://[your-NodeTours-url]/graphql and browse docs
and schema
To get this data programatically use GraphQL introspection API.
Getting started
All NodeTours REST and GraphQL endpoints are documeted in this Postman collection. Use is to learn how to call each API.
You can also use this collection to test your deployment. Simply run the collection
adjust settings
and check the results afterwards
If the deployment went OK, all tests should have passed.