A full-stack E-commerce application built with Spring Boot backend, React frontend, and MySQL database, deployed on AWS.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
52
commits
Add admin functionality; implement AdminPage and AdminCategoryPage components, update routing, and enhance user info display
44711beView on GitHubAdd AddressPage component; implement address form and routing with protected access
b0ed2b8View on GitHubAdd AddressPage component; implement address fetching and submission functionality
973ebbfView on GitHubAdd AddressPage component; integrate Font Awesome icons in Navbar and fetch user info
2a617afView on GitHubRefactor CartPage and ProfilePage components; update order placement message and adjust items per page
678b24fView on GitHubRefactor ProfilePage component: enhance user info display, add order history with pagination, and improve error handling
5262f05View on GitHubAdd LoginPage and RegisterPage components; update routing in App.js
4f6c2bbView on GitHubAdd CartPage component with cart functionality and styling; update routing in App.js
22e6781View on GitHubRefactor CategoryProductsPage component: remove console log and enhance Pagination component props
e2a0844View on GitHubAdd CategoryListPage and CategoryProductsPage components; update routing in App.js and Navbar
3b38816View on GitHubUpdate title in index.html to 'Tobit Mart'; refactor increment and decrement functions in ProductDetailsPage component
bb99eacView on GitHubAdd ProductDetailsPage component with product details display and cart functionality; include styling for the component
278f231View on GitHubAdd ProductDetailsPage component with product fetching logic and cart context integration
d38260aView on GitHubImplement Home component with product fetching and pagination; fix S3 URL format and update Navbar logo; enhance CSS styles for Home, Pagination, and ProductList components
f238496View on GitHub