/TSICouponingApp

Trainstation Inc. Couponing app for LMS

Primary LanguagePHP

TSI Couponing App for LMS

Command to run

    cp .env.example .env
    yarn install
    yarn dev
    composer install
    php artisan key:generate
    touch db.sqlite
    php artisan migrate:fresh --seed

Change the value of DB_DATABASE in the .env file