{"id":27962054,"url":"https://github.com/fatiq123/full-stack-shoe-app","last_synced_at":"2026-04-15T10:36:37.728Z","repository":{"id":287692786,"uuid":"964751571","full_name":"fatiq123/full-stack-shoe-app","owner":"fatiq123","description":"A full-stack e-commerce application for buying and selling shoes, featuring user authentication, product management, shopping cart functionality, and order processing.","archived":false,"fork":false,"pushed_at":"2025-04-13T16:49:19.000Z","size":271,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T19:14:03.881Z","etag":null,"topics":["axios","context-api","javascript","jpa-hibernate","jwt-authentication","postgresql","reactjs","reactrouter","spring-boot","springsecurity-jwt","sql","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fatiq123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-11T18:15:30.000Z","updated_at":"2025-04-14T04:14:08.000Z","dependencies_parsed_at":"2025-04-20T02:30:50.564Z","dependency_job_id":null,"html_url":"https://github.com/fatiq123/full-stack-shoe-app","commit_stats":null,"previous_names":["fatiq123/full-stack-shoe-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fatiq123/full-stack-shoe-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatiq123%2Ffull-stack-shoe-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatiq123%2Ffull-stack-shoe-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatiq123%2Ffull-stack-shoe-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatiq123%2Ffull-stack-shoe-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fatiq123","download_url":"https://codeload.github.com/fatiq123/full-stack-shoe-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatiq123%2Ffull-stack-shoe-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260321840,"owners_count":22991710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","context-api","javascript","jpa-hibernate","jwt-authentication","postgresql","reactjs","reactrouter","spring-boot","springsecurity-jwt","sql","tailwindcss"],"created_at":"2025-05-07T19:14:01.304Z","updated_at":"2026-04-15T10:36:32.679Z","avatar_url":"https://github.com/fatiq123.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shoe E-Commerce Application\n\nA full-stack e-commerce application for buying and selling shoes, featuring user authentication, product management, shopping cart functionality, and order processing.\n\n![Shoe App Banner](https://placeholder-for-your-banner-image.jpg)\n\n## 🚀 Features\n\n### User Features\n- **User Authentication**: Secure signup and login functionality\n- **Product Browsing**: Browse through a catalog of shoes with filtering options\n- **Shopping Cart**: Add/remove items, update quantities\n- **Checkout Process**: Complete purchases with shipping and payment details\n- **Order History**: View past orders and their status\n- **User Profile**: Manage personal information and preferences\n\n### Admin Features\n- **Product Management**: Add, edit, and remove shoe listings\n- **Inventory Management**: Track stock levels and update availability\n- **Order Management**: Process orders and update order status\n- **User Management**: View and manage user accounts\n\n## 🛠️ Tech Stack\n\n### Backend\n- **Java Spring Boot**: RESTful API development\n- **Spring Security**: Authentication and authorization\n- **JPA/Hibernate**: Database ORM\n- **MySQL**: Relational database\n- **JWT**: Token-based authentication\n\n### Frontend\n- **React**: UI component library\n- **Tailwind CSS**: Styling and responsive design\n- **React Router**: Navigation and routing\n- **Context API**: State management\n- **Axios**: API requests\n\n## 📋 Prerequisites\n\n- Java 11 or higher\n- Node.js 14 or higher\n- MySQL 8.0 or higher\n- Maven\n\n## 🔧 Installation \u0026 Setup\n\n### Backend Setup\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yourusername/shoe-app.git\n   cd shoe-app\n   ```\n\n2. Configure the database in `application.properties`:\n   ```properties\n   spring.datasource.url=jdbc:mysql://localhost:3306/shoeapp\n   spring.datasource.username=your_username\n   spring.datasource.password=your_password\n   ```\n\n3. Build and run the Spring Boot application:\n   ```bash\n   cd shoe-app\n   mvn spring-boot:run\n   ```\n\n### Frontend Setup\n\n1. Navigate to the frontend directory:\n   ```bash\n   cd shoe-app-frontend\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Start the development server:\n   ```bash\n   npm start\n   ```\n\n4. Access the application at `http://localhost:3000`\n\n### Data Upload\n\nThe project includes a data upload utility to populate the database with initial shoe data:\n\n1. Navigate to the data upload directory:\n   ```bash\n   cd shoe-data-upload\n   ```\n\n2. Follow the instructions in `upload_instructions.md` to upload sample shoe data and images\n\n## 📱 Usage\n\n### Customer Journey\n1. Create an account or log in\n2. Browse the shoe catalog\n3. Filter shoes by category, price, or size\n4. View detailed information about a specific shoe\n5. Add shoes to your shopping cart\n6. Proceed to checkout\n7. Enter shipping and payment information\n8. Complete your purchase\n9. View order history and status\n\n### Admin Journey\n1. Log in with admin credentials\n2. Access the admin dashboard\n3. Manage shoe inventory (add, edit, delete)\n4. Process and update orders\n5. Manage user accounts\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## 📞 Contact\n\nYour Name - [Fatiq Hussnain](mailto:fatiqhussnain1@gmail.com)\n\nProject Link: [https://github.com/fatiq123/full-stack-shoe-app](https://github.com/fatiq123/full-stack-shoe-app)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffatiq123%2Ffull-stack-shoe-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffatiq123%2Ffull-stack-shoe-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffatiq123%2Ffull-stack-shoe-app/lists"}