docker-compose up -d --builddocker-compose exec api python manage.py makemigrationsdocker-compose exec api python manage.py migratedocker-compose exec api python manage.py createsuperuser --noinputhttp://localhost:8000http://localhost:8000/graphqlhttp://localhost:8000/redochttp://localhost:8000/products/?page=1&pagesize=20Caso queria testar a API no terminal.
docker exec api python manage.py testdocker exec api python manage.py test api_ecommercedocker exec api python manage.py test productsdocker exec api python manage.py test categoriesdocker exec api python manage.py test suppliers