docker-compose up -d --build
docker-compose exec api python manage.py makemigrations
docker-compose exec api python manage.py migrate
docker-compose exec api python manage.py createsuperuser --noinput
http://localhost:8000
http://localhost:8000/graphql
http://localhost:8000/redoc
http://localhost:8000/products/?page=1&pagesize=20
Caso queria testar a API no terminal.
docker exec api python manage.py test
docker exec api python manage.py test api_ecommerce
docker exec api python manage.py test products
docker exec api python manage.py test categories
docker exec api python manage.py test suppliers