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-api
Copy your .env.example to .env and setup your desired database connection.
comoposer install
Install the dependencies:
# npm
npm install
You can use any development server locally that is compatible with laravel.
php artisan key:generate
Migrate database files
php artisan migrate
Npm
npm run dev
feature/*
- for new feature and breaking changeshotfixes/*
- for bug fixes