Skip to content

Caresle-Archive/my_dogs_admin

Repository files navigation

My Dogs Admin

Manage informations about your dogs, fast and simple in one site.

Table of contents

About the project

A simple panel to manage information about your dogs, made using Laravel, vue and inertia.

Install

Requirements

  • PHP 8.2
  • MySQL
  • Composer

Steps

  1. Clone the repo in your machine
  2. Install the dependencies with the next command
composer install
  1. Copy the .env.example file and rename it to .env
  2. Run the migrations
# Remember to create the database before running this
php artisan migrate
  1. Install the js dependencies
npm install
  1. Run the server
npm run dev
  1. Go to your localhost, you should see the app running

About

Dashboard Demo for manage dogs made with larave, inertia and vuejs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published