Online Clothing Store gives buyers the power to buy shirts and pants for men and women. It provides users the capability to keep track of items in their cart, total quantity of the particular item, and total cost that each order will sum up to. We used PostgreSQL to maintain each item title, price, order, order detail, order status, clothing type, and shopping cart. Some challenges faced were having the correct quantity of items ordered to be displayed in the cart. We had a script section that did not properly pass the data to the action controller and was soon resolved with identifying different parameter use cases. Some features that will be implemented in the future is the Stripe API to take in actual payments of user purchases. This will then be accustomed with security practices that will help maintain integrity and security of the system.
- Install Micorosft.EntityFrameworkCore
- Install NpgSql
- Install NpgSql.EntityFrameworkCore.PostgreSQL
- Run migrations to your accustomed database
- Create an account to be able to store individual information for each shopping cart
- Kevin Rocha - Full stack development
- Scarllette Rocha - Full stack development