{"id":25315729,"url":"https://github.com/rafaybbx/e-commerce-food-store","last_synced_at":"2026-05-09T04:32:22.751Z","repository":{"id":276747542,"uuid":"930148762","full_name":"rafaybbx/e-commerce-food-store","owner":"rafaybbx","description":"A full-featured e-commerce platform built for food/grocery stores using Laravel, offering both customer-facing shopping experience and admin management capabilities.","archived":false,"fork":false,"pushed_at":"2025-02-10T07:03:27.000Z","size":23963,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T15:53:08.272Z","etag":null,"topics":["e-commerce-project","laravel","laravel-framework","mysql"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rafaybbx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-02-10T06:40:54.000Z","updated_at":"2025-02-10T07:05:50.000Z","dependencies_parsed_at":"2025-02-10T08:31:45.733Z","dependency_job_id":null,"html_url":"https://github.com/rafaybbx/e-commerce-food-store","commit_stats":null,"previous_names":["rafaybbx/e-commerce-food-store"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rafaybbx/e-commerce-food-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaybbx%2Fe-commerce-food-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaybbx%2Fe-commerce-food-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaybbx%2Fe-commerce-food-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaybbx%2Fe-commerce-food-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaybbx","download_url":"https://codeload.github.com/rafaybbx/e-commerce-food-store/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaybbx%2Fe-commerce-food-store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32807195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["e-commerce-project","laravel","laravel-framework","mysql"],"created_at":"2025-02-13T18:24:59.653Z","updated_at":"2026-05-09T04:32:22.736Z","avatar_url":"https://github.com/rafaybbx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Food Store E-commerce Project  \n\nA full-featured e-commerce platform built for food/grocery stores using Laravel, offering both customer-facing shopping experience and admin management capabilities.  \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/ffa02980-f851-4f46-be6b-30e5db159cbf\" alt=\"Fruit-kha GIF\"\u003e\n\u003c/p\u003e\n\n\n## Features  \n\n### Customer Features  \n- Product browsing and searching  \n- Shopping cart functionality with cookie-based storage  \n- Product categorization and filtering  \n- Secure checkout process  \n- Order tracking  \n- User account management  \n- Responsive frontend design (based on **Fruitkha** template)  \n\n### Admin Features  \n- Dashboard with sales analytics  \n- Product management (CRUD operations)  \n- Order management and tracking  \n- User management  \n- Inventory management  \n- Admin authentication with role-based access  \n\n## Technologies Used  \n\n### Backend  \n- PHP 8.1+  \n- Laravel 10.x  \n- MySQL Database  \n- Laravel Sanctum for API authentication  \n- Intervention/Image for image processing  \n\n### Frontend  \n- **Fruitkha** - Free Bootstrap 4 Food Business Template ([Download \u0026 Info](https://themewagon.com/themes/fruitkha-free-bootstrap-4-responsive-food-business-template/))  \n- Blade templating engine  \n- JavaScript  \n- Bootstrap  \n- AJAX for dynamic content loading  \n\n### Other Tools \u0026 Services  \n- Composer for PHP package management  \n- Git for version control  \n- Laravel Mix for asset compilation  \n- Nginx or Apache for web hosting  \n- Postman for API testing  \n\n## Installation  \n\n### 1. Clone the repository  \n```bash  \ngit clone https://github.com/rafaybbx/e-commerce-food-store.git   \n```\n### 2. Install PHP dependencies  \n```bash  \ncomposer install  \n```\n### 3. Create and configure environment file  \n```bash  \ncp .env.example .env  \nphp artisan key:generate  \n```\n### 4. Configure your database in `.env` file  \n```env  \nDB_CONNECTION=mysql  \nDB_HOST=127.0.0.1  \nDB_PORT=3306  \nDB_DATABASE=your_database_name  \nDB_USERNAME=your_database_username  \nDB_PASSWORD=your_database_password  \n```\n### 5. Run database migrations and seeders  \n```bash  \nphp artisan migrate  \nphp artisan db:seed  \n```\n### 6. Create storage link  \n```bash  \nphp artisan storage:link  \n```\n### 7. Install Node.js dependencies (for Laravel Mix)  \n```bash  \nnpm install  \n```\n### 8. Compile assets (CSS, JS)  \n```bash  \nnpm run dev  \n```\n### 9. Start the development server  \n```bash  \nphp artisan serve  \n```\n## Deployment  \n\n### Steps for Deployment on a Production Server  \n1. Upload project files to your server  \n2. Set up the database and configure `.env`  \n3. Run migrations and seeders  \n4. Set proper file permissions  \n\n   ```bash  \n   chmod -R 775 storage bootstrap/cache\n   ```  \n5. Configure Nginx/Apache for Laravel  \n6. Set up Supervisor for queue workers (if applicable)  \n7. Optimize application  \n   ```bash  \n   php artisan optimize\n   ```  \n8. Use Laravel Scheduler for periodic tasks  \n\n## Database Structure  \n\nThe project includes the following main tables:  \n- `users`  \n- `products`  \n- `orders`  \n- `order_items`  \n- `password_reset_tokens`  \n\n## API Routes  \n\nThe application provides both web routes and API endpoints for various functionalities:  \n\n### Web Routes  \n- Authentication routes  \n- Product browsing  \n- Cart management  \n- Checkout process  \n- Admin dashboard  \n\n### API Routes  \n- Product search  \n- Cart operations  \n- Order management  \n\n## Security Features  \n- CSRF Protection  \n- SQL Injection Prevention  \n- XSS Protection  \n- Secure Password Hashing  \n- Role-based Authentication  \n- Session Management  \n\n## Additional Enhancements  \n- **Email Notifications**: Send order confirmation emails using Laravel Mail  \n- **Payment Integration** (Optional): Stripe/PayPal integration for online payments  \n- **Multi-Language Support**: Using Laravel localization  \n- **SEO Optimization**: Meta tags and structured data for search engines  \n\n## Contributing  \n\n1. Fork the repository  \n2. Create your feature branch:  \n\n   ``` bash  \n   git checkout -b feature/AmazingFeature\n   ```  \n3. Commit your changes:  \n\n   ```bash  \n   git commit -m 'Add some AmazingFeature'\n   ```  \n4. Push to the branch:\n  \n   ```bash \n   git push origin feature/AmazingFeature  \n   ```\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## Acknowledgments  \n- **Fruitkha Template** - Free Bootstrap 4 Template ([Link](https://themewagon.com/themes/fruitkha-free-bootstrap-4-responsive-food-business-template/))  \n- Laravel Documentation  \n- Laravel Community  \n- Bootstrap Documentation  \n\n## Contact  \nAbdul Rafay- rafaycs21@gmail.com  \nProject Link: https://github.com/e-commerce-food-store  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaybbx%2Fe-commerce-food-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaybbx%2Fe-commerce-food-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaybbx%2Fe-commerce-food-store/lists"}