Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2020-06-30 (23 hours ago)  | | Not yet rated by the users | | Total: 1 This week: 1 | | All time: 9,993 This week: 310 |
|
Description | | Author |
This package can implement an e-commerce system that supports discount coupons.
It provides an applications that can be installed in a Docker container that allows customers to add products to a shopping cart.
The application also allows customers to apply coupons to the purchase in a way that they can get discounts on the goods that they are buying. Innovation Award
 June 2020
Nominee
Vote |
This package can implement an e-commerce system that supports discount coupons.
It provides an applications that can be installed in a Docker container that allows customers to add products to a shopping cart.
The application also allows customers to apply coupons to the purchase in a way that they can get discounts on the goods that they are buying.
Manuel Lemos |
| |
 |
|
Innovation award
 Nominee: 3x |
|
Details
<p align="center">A flexible Coupon System with various rules and discount .</p>
<p align="center"><a href="https://medium.com/@infinitypaul">Creator</a> | <a href="https://coupon-infinitypaul.herokuapp.com/">Demo</a></p>
<p> </p>
Download Instruction
- Clone the project.
git clone https://github.com/infinitypaul/coupons.git projectname
- Install dependencies via composer.
composer install
- Migrate and seed the Database.
php artisan migrate --seed
- Run php server.
php artisan serve
> You can also install the Application via Docker:
Pre-requisites
- Docker running on the host machine.
- Docker compose running on the host machine.
- Clone the project.
git clone https://github.com/infinitypaul/coupons.git projectname
- Run the testrig.sh file on the Project Root Folder on your terminal/Command Prompt, This script does everything you need to run your this project. It starts up the servers, ensures the database is booted, installs dependencies, runs database migrations, and runs database seeds. These services are exposed to your computer on the standard ports, then you can access your website on http:localhost
Note
Sample Coupon Code With Different Rules and Discount
>> FIXED10 PERCENT10, MIXED10, REJECTED100, ABC, ABCDE
Troubleshooting
- Port number might be already in use, change from
80
to another number in your docker-compose.yml
file.
- If you have any other issues, report them.
Enjoy!
License
The Find Your Service App is open-sourced software licensed under the MIT license
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.