Piece ofPY

By: Anna Cheng

Piece of Py project photo

Piece of Py is a full CRUD ecommerce application where users are able to shop tasty baked goods and checkout via Paypal.

Technologies used: Python3, Django, Pip, JavaScript, HTML5, CSS3, Bootstrap, Toptal

Users are able to shop on the main store page and add items to their cart. They are able to view their cart, and the total items and prices of each product totals are shown. Once user is ready to checkout, the checkout page has a form to be filled out with shipping information. When the submit event is toggled via the continue button, a PayPal option displays on the page.

The bonus piece of this project was on authentication. This application allows users who are logged in as well as users who do not have an account to shop. If a user is not logged in and has placed a purchase, their data is kept in history and if and when the user does create an account, all their previous purchases will be linked.

Happy shopping!