BGS-WEB is the core web application for the BGS MEDS marketplace.
For development, you will only need PHP 7+ and a php global package manager, composer, installed in your environment.
$ git clone https://github.com/KevinMarete/bgs-web
$ cd bgs-web
$ composer install
Rename .env.example
to .env
then edit it with your custom settings. You will need:
- API Configuration
- Payment Configuration
- Database Configuration
- Email Configuration
$ php artisan serve