Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 863 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 863 Bytes

BGS-WEB

Build Status

BGS-WEB is the core web application for the BGS MEDS marketplace.


Requirements

For development, you will only need PHP 7+ and a php global package manager, composer, installed in your environment.

Install

$ git clone https://github.com/KevinMarete/bgs-web
$ cd bgs-web
$ composer install

Configure app

Rename .env.example to .env then edit it with your custom settings. You will need:

  • API Configuration
  • Payment Configuration
  • Database Configuration
  • Email Configuration

Resources

Running the project

$ php artisan serve