Skip to main content

Start the application

1. Starting and exploring the API

The first step is to start the application

invoke lab1-start --reload

Once you see Application startup complete, the application is running on port 8000 and you can access the REST API and the GraphQL Sandbox at the following addresses

REST API Documentationhttp://localhost:8000/docs GraphQL Sandboxhttp://localhost:8000/graphql

For now the application is empty, we'll add data in the next step