https://github.com/saiyamdubey/e-commerce_php
A PHP Laravel-based eCommerce site with HTML/CSS, featuring product management, user authentication, shopping cart, and secure payments.⛳🚀
https://github.com/saiyamdubey/e-commerce_php
css3 html5 javascript laravel-framework php webdevelopment
Last synced: 7 months ago
JSON representation
A PHP Laravel-based eCommerce site with HTML/CSS, featuring product management, user authentication, shopping cart, and secure payments.⛳🚀
- Host: GitHub
- URL: https://github.com/saiyamdubey/e-commerce_php
- Owner: saiyamdubey
- Created: 2024-08-10T09:11:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-10T09:24:58.000Z (about 1 year ago)
- Last Synced: 2025-01-10T04:52:02.904Z (9 months ago)
- Topics: css3, html5, javascript, laravel-framework, php, webdevelopment
- Language: PHP
- Homepage:
- Size: 3.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Food and Maybe Some Delivery?
Quick food delivery right to your door.
Restaurant Page | Order Checkout
:-------------------------:|:-------------------------:
 | Restaurant Dashboard - **Menu** | Restaurant Dashboard - **Feedback**
:-------------------------:|:-------------------------:
 | ## Installation
1. Clone the repo and `cd` into it
2. `composer install`
3. Create a `pigeon` sql database and set your database credentials in the `.env` file.
4. Set your `APP_URL` in your `.env` file.
5. `npm install`
6. `npm run dev`
7. `php artisan storage:link`
8. `php artisan migrate --seed`## Built With Laravel
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. [documentation](https://laravel.com/docs)
## APIs
- Payments: https://stripe.com/docs/stripe-js
- Maps & Geocoding: https://docs.mapbox.com/mapbox-gl-js/api/
- Emails: https://mailtrap.io/## License
This project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).