Assessment for Sunergetic. A simple dashboard to control customers with CRUD. Built with Laravel 9, Vue 3 and InertiaJS.
- PHP v8.1.x (Tested with 8.1.9)
- NodeJS LTS 16.11 or above (tested with v16.16.0)
- NPM (tested with v8.11.0)
-
Clone this project
-
Install the NPM packages
npm install
- Install the composer packages
composer install
-
Copy the contents of .env.example and create a new file called .env in the root folder
-
Edit the API_KEY on line 12!
- Open terminal and type
php artisan serve
- Open another terminal and type
npm run watch
- Now visit the application at localhost:8000 or 127.0.0.1:8000