Start the application
1. Starting and exploring the API
The first step is to start the application
- Invoke
- Python
invoke lab1-start --reload
fastapi run workshop_b2/lab1/main.py --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/graphqlFor now the application is empty, we'll add data in the next step