Built a full-stack app with SwiftUI and Golang, enabling user management of orders, cart, and wishlist, integrated with MobileNetV2 AI for product recommendations. Utilized secure authentication, S3 storage, RDS, and Dockerized SQL Server, with an API in Gin and Swagger documentation.
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
38
commits
docs: update main README for clarity and add backend setup instructions; remove outdated backend README
d88cf79View on GitHubrefactor: simplify ConnectDB function; remove redundant comments and streamline connection logic
f25fcccView on GitHubfeat: initialize backend environment; add Docker configuration, database setup, and application startup scripts
7744d9dView on GitHubfeat: add SaleBanner asset; include multiple image scales for improved display
e77f00bView on GitHubfeat: enhance address management; add optional address data handling, update address functionality, and improve sign-up error logging
79cf452View on GitHubfeat: enhance user sign-up process; add camera and photo library permissions; implement account creation API
4592dd6View on GitHubfeat: add OrderTracking view and StepModel for order management
aca11baView on GitHubfeat: add PaymentItemsSection, SuccessPopup, and OrdersHistory components
3799744View on GitHubfeat: add order management features; implement product retrieval by ID; enhance payment product model
edf230aView on GitHubrefactor: update product model and add category support; enhance routing for category-based product retrieval; add new asset categories
28f32d7View on GitHubadd address and profile management features with API integration
bac273aView on GitHub