Manage informations about your dogs, fast and simple in one site.
A simple panel to manage information about your dogs, made using Laravel, vue and inertia.
- PHP 8.2
- MySQL
- Composer
- Clone the repo in your machine
- Install the dependencies with the next command
composer install- Copy the
.env.examplefile and rename it to.env - Run the migrations
# Remember to create the database before running this
php artisan migrate- Install the js dependencies
npm install- Run the server
npm run dev- Go to your localhost, you should see the app running


