A simple inventory management application powered by the Cosmic JS API built with Laravel as it's backend and Vue.js as its frontend.
To install the php dependencies you will need to have composer installed. If you do not have composer installed, you can follow steps to do so here: https://getcomposer.org/download/
To set your Bucket slug simply run
php artisan bucket bucket-slug read-key write-key
Both read and write keys are optional
To start up a server for the app run php artisan serve
and navigate to 127.0.0.1:8000 in your browser
If you intend on making changes to the code then you can follow these steps, as the app should run fine without it. Make sure you have node and npm installed to the latest version. If you dont have them installed go here to learn how you can install them.
If you already have npm or once you have it installed, cd to the project root directory and run:
npm install
This will install all of laravel mix requirement as the project uses laravel-mix and Vue.js