A simple shopping website, inspired by my Django e-commerce project (DVHStore)
This is a final project on Java Web Development (PRJ301)
- Login and sign up using username/password credentials or Google Account (OAuth2)
- Admin Dashboard (User Management)
- Shopping Cart
- Payment using ZaloPay or COD (Cash on delivery)
- Java 8 EE
- Apache Tomcat 8.5
- Django Rest Framework (for ZaloPay Merchant API endpoint)
- ZaloPay Merchant API Read the docs here to build your API endpoint
- Log4j 1.2.17 Download here
- Google API Client (For Google login) Download here
- Json in Java (For API call) Download here