This is a list of dogs from Dog Ceo.
- You can see a random lists of dogs.
- You can select your favorite dogs with a limit of 3.
- You can also see the other users favorite dogs.
https://github.com/ormelflores/dog-api.git
cd dog-apiCopy your .env.example to .env and setup your desired database connection.
comoposer installInstall the dependencies:
# npm
npm installYou can use any development server locally that is compatible with laravel.
php artisan key:generateMigrate database files
php artisan migrateNpm
npm run devfeature/*- for new feature and breaking changeshotfixes/*- for bug fixes