Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 2.5 KB

README.md

File metadata and controls

45 lines (29 loc) · 2.5 KB

Cartify Ecommerce Project

Cartify is an ecommerce fullstack application with Login and Credit card payment features, built with Angular as frontend & Spring boot as backend.

Live Link

Backend url - Deployed on Azure

Java Spring AngularTypeScript CockroachLabs Postgres Vercel Heroku Bootstrap

Cartify Logo

Snapshots

  1. Homepage items according to category Homepage

  2. Cart Items with Increment, Decrement, Remove feature Cart Items

  3. Pagination Pagination

  4. Item Details Item Details

  5. Checkout Item Details Item Details

Docker commands

# 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

License

Licence