哈囉!
Hello! Nice to meet you.
你好!
こんにちは、初めまして。
Comment ça va?
Click to visit
*not yet completed
Built an online store that provides functionalities as follows
- account registration
- login
- shopping cart using browser's local storage
- product purchasing
- shopping records viewing
- payment using Paypal
- admin product listing
Hosted the website on Amazon EC2
Designed a SQL database that stores data including
- user information
- product details
- shopping records
Integrated Paypal payment gateway to the website
- validate order details on server
- create order in accordance with Paypal's API
- redirect user to Paypal's payment page
- receive payment confirmation from Paypal
- update order status based on Paypal's response (IPN)
Implemented features to prevent XSS and SQL injection attacks such as
- input checking
- prepared statements
- parameterized queries
- output sanitization
Language Used
- PHP
- HTML
- CSS
- JavaScript
|
|
---|