Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 793 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 793 Bytes

Sunergetic

Assessment for Sunergetic. A simple dashboard to control customers with CRUD. Built with Laravel 9, Vue 3 and InertiaJS.

Requirements

  • 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)

Deployment

  1. Clone this project

  2. Install the NPM packages

npm install
  1. Install the composer packages
composer install
  1. Copy the contents of .env.example and create a new file called .env in the root folder

  2. Edit the API_KEY on line 12!

Starting development environment

  1. Open terminal and type
php artisan serve
  1. Open another terminal and type
npm run watch
  1. Now visit the application at localhost:8000 or 127.0.0.1:8000