- Laravel 8
- PHP 7.3
- MySQL
- Breeze
- InertiaJS
- VueJS 3
- npm
- composer
- Clone or Download source code to a directory.
- On the Terminal, Change Directory to the directory creted.
Start Local MySQL Server and create database: iprecord, user: root, password: [no password]
- Run "composer update"
- Run "npm install"
- Run "npm run dev"
- copy "env.example" to ".env"
- Run "php artisan key:generate"
- Update/Create .env file with the database configuration created above.
- Run "php artisan migrate"
- Run "php artisan serve"
Open "http://localhost:8000" in browser