You can access the lab instructions here
This codespace runs a mongodb-local image, you can connect to it from the VS Code MongoDB extension using this connection string
mongodb://admin:mongodb@mongodb:27017/Open the codespace URL with port 8080 in your browser:
echo "https://${CODESPACE_NAME}-8080.app.github.dev"To import, use this MongoDB Connection string:
mongodb://admin:mongodb@mongodb:27017/library?authSource=admin