ChronoPrint is an online printing app that offers quick and practical procedures for printing business cards and flyers and all marketing requirements
- 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 chronoprint.test for website
- Launch the chronoprint.test/admin for the admin app