Cartify is an ecommerce fullstack application with Login and Credit card payment features, built with Angular as frontend & Spring boot as backend.
Backend url - Deployed on Azure
# Build
docker build -t swarnadeepghosh/cartify-ecommerce:0.0.1-RELEASE .
# Run in local
docker run -d -p 8081:8080 --name=cartify-ecommerce swarnadeepghosh/cartify-ecommerce:0.0.1-RELEASE
# push to dockerhub
docker push swarnadeepghosh/cartify-ecommerce:0.0.1-RELEASE