This repository contains the core CRM for T-Both Performance company, the solution uses Yousign eSignature and Stripe Klarna to enroll leads into the company's online training programs and manage their enrollments
- Clone the project with
git clone
- Copy
.env.example
file to.env
and edit database credentials there - Run
composer install
- Run
php artisan key:generate
- Run
php artisan migrate --seed
(it has sample testing data) - Run
php artisan storage:link
- Run
npm install && npm run dev
- Launch the inscription.t-bothperformance.test/lead for the lead app
- Launch the inscription.t-bothperformance.test/admin for the admin app