Skip to content

lfabbric/shopify-clone-app-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shopify-clone-app-api

Testing

docker-compose run --rm app sh -c "python manage.py test && flake8" docker-compose run --rm app sh -c "python manage.py test commerce.tests.test_shipping_api"

VSCode

  1. Install the Remote development Extension Pack in VSCode
  2. Ensure you are in the main app folder (parralel to the docker)
  3. Boot Up Docker Environment a) ctrl+shift+P b) select Remote-Containers: Open folder in Container c) click open (as it is in the root) d) select the docker + compose package

Running Docker out of SUDO

sudo groupadd docker sudo usermod -aG docker $USER sudo su ${USER}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published