Skip to content

ormelflores/dog-api

Repository files navigation

About Dog Api

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.
Screenshot 2024-08-26 at 10 31 29 AM Screenshot 2024-08-26 at 10 34 59 AM

Clone Repo

https://github.com/ormelflores/dog-api.git
cd dog-api

Local env

Copy your .env.example to .env and setup your desired database connection.

Install composer

comoposer install

Install the dependencies:

# npm
npm install

Development Server

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

Git Convention

Branch

  • feature/* - for new feature and breaking changes
  • hotfixes/* - for bug fixes

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published