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

https://github.com/osmaircoelho/voucher_pool


https://github.com/osmaircoelho/voucher_pool

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Voucher pool

A voucher pool is a collection of (voucher) codes that can be used by customers (recipients)
to get discounts in a web shop.

##Installation

1. Clone the repository ( [email protected]:osmaircoelho/voucher_pool.git )
4. Copy **.env.example** file to **.env** and change the database connection configuration.
5. Run`composer update`.
6. Run `php artisan migrate:refresh --seed` to migrate and create the datas.
9. Run `php artisan serve` to start app. Open your browser and go to **http://localhost:8000**
to see it working.