Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhishek-mallick/shop-swift
https://github.com/abhishek-mallick/shop-swift
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhishek-mallick/shop-swift
- Owner: Abhishek-Mallick
- Created: 2023-12-10T23:02:39.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-23T22:18:14.000Z (11 months ago)
- Last Synced: 2023-12-23T23:50:47.310Z (11 months ago)
- Language: JavaScript
- Homepage: https://shop-swift-three.vercel.app
- Size: 899 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Shop Swift
### Development Checklist:
- [ ] **Backend Setup:**
- [ ] Initialize Spring Boot project
- [ ] Develop RESTful APIs for product management
- [ ] Implement user authentication using JWT
- [ ] Integrate MySQL for data storage- [ ] **Frontend Development:**
- [x] Setting up React application with cors and axios
- [ ] Create responsive UI components(carousel and cards)
- [ ] Implement product catalog and search
- [ ] Develop shopping cart and checkout system
- [ ] Integrate JWT for frontend user authentication- [ ] **Styling:**
- [x] Integrate MUI for UI components
- [x] Customize Material-UI components
- [x] Enhance styling with Tailwind CSS- [ ] **Connection and Communication:**
- [ ] Implement CORS for frontend-backend communication
- [ ] Ensure seamless data exchange between frontend and backend- [ ] **Deployment:**
- [ ] Configure production settings
- [ ] Deploy backend on GCP (Google Cloud Platform)
- [ ] Deploy frontend on Railway### Other Features:
- [ ] **Payment Integration:**
- [ ] Integrate payment gateways for real transactions- [ ] **Advanced Features:**
- [ ] Implement user reviews functionality
- [ ] Add product recommendation system### General:
- [ ] **Documentation and Version Control:**
- [ ] Create detailed project documentation
- [ ] Setting up Kraken for version control- [ ] **Testing and Optimization:**
- [ ] Conduct unit and integration testing
- [ ] Optimize code for performance- [ ] **Security:**
- [ ] Implement secure practices for sensitive data