An open API service indexing awesome lists of open source software.

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.⛳🚀

Awesome Lists containing this project

README

          

Food and Maybe Some Delivery?

Quick food delivery right to your door.



Restaurant Page | Order Checkout
:-------------------------:|:-------------------------:
![image](https://s3.amazonaws.com/poly-screenshots.angel.co/Project/c5/1243967/ccb8d92d47cff5c58a5549b927bda0e1-original.png) | ![image](https://s3.amazonaws.com/poly-screenshots.angel.co/Project/c5/1243967/52e64b5fa189d6bd67ac092838a2accf-original.png)

Restaurant Dashboard - **Menu** | Restaurant Dashboard - **Feedback**
:-------------------------:|:-------------------------:
![image](https://s3.amazonaws.com/poly-screenshots.angel.co/Project/c5/1243967/9a2c9fad85dc63886ae09ba078f7bf94-original.png) | ![image](https://s3.amazonaws.com/poly-screenshots.angel.co/Project/c5/1243967/729789147b031847c7124a988cbea34e-original.png)

## 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).